C# Class Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions.VirtualMachineExtensionCmdletBase

Inheritance: VirtualMachineConfigurationCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Protected Properties

Свойство Type Description
LegacyExtensionImages Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions.VirtualMachineExtensionImageContext[]
extensionName string
publisherName string

Méthodes protégées

Méthode 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

Private Methods

Méthode Description
VirtualMachineExtensionCmdletBase ( ) : Microsoft.Azure.Commands.Common.Authentication

Method Details

AddResourceExtension() protected méthode

protected AddResourceExtension ( ) : void
Résultat void

GetConfigValue() protected static méthode

protected static GetConfigValue ( string xmlText, string element ) : string
xmlText string
element string
Résultat string

GetConfiguration() protected méthode

protected GetConfiguration ( ResourceExtensionParameterValueList paramValList, string typeStr ) : string
paramValList ResourceExtensionParameterValueList
typeStr string
Résultat string

GetConfiguration() protected méthode

protected GetConfiguration ( ResourceExtensionReference extensionRef ) : string
extensionRef ResourceExtensionReference
Résultat string

GetConfiguration() protected méthode

protected GetConfiguration ( ResourceExtensionReference extensionRef, string typeStr ) : string
extensionRef ResourceExtensionReference
typeStr string
Résultat string

GetExtensionValues() protected méthode

protected GetExtensionValues ( ResourceExtensionParameterValueList paramVals ) : void
paramVals ResourceExtensionParameterValueList
Résultat void

GetExtensionValues() protected méthode

protected GetExtensionValues ( ResourceExtensionReference extensionRef ) : void
extensionRef ResourceExtensionReference
Résultat void

GetJsonConfigValue() protected static méthode

protected static GetJsonConfigValue ( string jsonText, string element ) : string
jsonText string
element string
Résultat string

GetPredicateExtension() protected méthode

protected GetPredicateExtension ( ) : ResourceExtensionReference
Résultat ResourceExtensionReference

GetPredicateExtensionList() protected méthode

protected GetPredicateExtensionList ( ) : List
Résultat List

IsLegacyExtension() protected méthode

protected IsLegacyExtension ( ) : bool
Résultat bool

IsLegacyExtension() protected méthode

protected IsLegacyExtension ( string name, string publisher, string version ) : bool
name string
publisher string
version string
Résultat bool

IsXmlExtension() protected méthode

protected IsXmlExtension ( string version ) : bool
version string
Résultat bool

NewResourceExtension() protected méthode

protected NewResourceExtension ( ) : ResourceExtensionReference
Résultat ResourceExtensionReference

RemovePredicateExtensions() protected méthode

protected RemovePredicateExtensions ( ) : void
Résultat void

ValidateParameters() protected méthode

protected ValidateParameters ( ) : void
Résultat void

Property Details

LegacyExtensionImages protected_oe static_oe property

protected static VirtualMachineExtensionImageContext[],Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions LegacyExtensionImages
Résultat Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions.VirtualMachineExtensionImageContext[]

extensionName protected_oe property

protected string extensionName
Résultat string

publisherName protected_oe property

protected string publisherName
Résultat string