Property | Type | Description | |
---|---|---|---|
LegacyExtensionImages | Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions.VirtualMachineExtensionImageContext[] | ||
extensionName | string | ||
publisherName | string |
Method | Description | |
---|---|---|
AddResourceExtension ( ) : void | ||
GetConfigValue ( string xmlText, string element ) : string | ||
GetConfiguration ( ResourceExtensionParameterValueList paramValList, string typeStr ) : string | ||
GetConfiguration ( ResourceExtensionReference extensionRef ) : string | ||
GetConfiguration ( ResourceExtensionReference extensionRef, string typeStr ) : string | ||
GetExtensionValues ( ResourceExtensionParameterValueList paramVals ) : void | ||
GetExtensionValues ( ResourceExtensionReference extensionRef ) : void | ||
GetJsonConfigValue ( string jsonText, string element ) : string | ||
GetPredicateExtension ( ) : ResourceExtensionReference | ||
GetPredicateExtensionList ( ) : List |
||
IsLegacyExtension ( ) : bool | ||
IsLegacyExtension ( string name, string publisher, string version ) : bool | ||
IsXmlExtension ( string version ) : bool | ||
NewResourceExtension ( ) : ResourceExtensionReference | ||
RemovePredicateExtensions ( ) : void | ||
ValidateParameters ( ) : void |
Method | Description | |
---|---|---|
VirtualMachineExtensionCmdletBase ( ) : Microsoft.Azure.Commands.Common.Authentication |
protected static GetConfigValue ( string xmlText, string element ) : string | ||
xmlText | string | |
element | string | |
return | string |
protected GetConfiguration ( ResourceExtensionParameterValueList paramValList, string typeStr ) : string | ||
paramValList | ResourceExtensionParameterValueList | |
typeStr | string | |
return | string |
protected GetConfiguration ( ResourceExtensionReference extensionRef ) : string | ||
extensionRef | ResourceExtensionReference | |
return | string |
protected GetConfiguration ( ResourceExtensionReference extensionRef, string typeStr ) : string | ||
extensionRef | ResourceExtensionReference | |
typeStr | string | |
return | string |
protected GetExtensionValues ( ResourceExtensionParameterValueList paramVals ) : void | ||
paramVals | ResourceExtensionParameterValueList | |
return | void |
protected GetExtensionValues ( ResourceExtensionReference extensionRef ) : void | ||
extensionRef | ResourceExtensionReference | |
return | void |
protected static GetJsonConfigValue ( string jsonText, string element ) : string | ||
jsonText | string | |
element | string | |
return | string |
protected GetPredicateExtension ( ) : ResourceExtensionReference | ||
return | ResourceExtensionReference |
protected GetPredicateExtensionList ( ) : List |
||
return | List |
protected IsLegacyExtension ( string name, string publisher, string version ) : bool | ||
name | string | |
publisher | string | |
version | string | |
return | bool |
protected IsXmlExtension ( string version ) : bool | ||
version | string | |
return | bool |
protected NewResourceExtension ( ) : ResourceExtensionReference | ||
return | ResourceExtensionReference |
protected RemovePredicateExtensions ( ) : void | ||
return | void |
protected static VirtualMachineExtensionImageContext[],Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions LegacyExtensionImages | ||
return | Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions.VirtualMachineExtensionImageContext[] |