C# 클래스 Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.BaseAzureServiceExtensionCmdlet

상속: ServiceManagementBaseCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
BaseAzureServiceExtensionCmdlet ( ) : Microsoft.Azure

보호된 메소드들

메소드 설명
ChangeDeployment ( ExtensionConfiguration extConfig ) : void
Deserialize ( string config, Type type ) : object
GetContext ( OperationStatusResponse op, ExtensionRole role, HostedServiceListExtensionsResponse ext ) : Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.ExtensionContext
GetDeployment ( string slot ) : DeploymentGetResponse
GetPeerDeployment ( string currentSlot ) : DeploymentGetResponse
GetPublicConfigValue ( HostedServiceListExtensionsResponse extension, string element ) : string
GetSecurePassword ( string password ) : SecureString
RemoveExtension ( ) : void
Serialize ( object config ) : string
SetPrivateConfigAttribute ( string element, string attribute, Object value ) : void
SetPrivateConfigValue ( string element, Object value ) : void
SetPublicConfigAttribute ( string element, string attribute, Object value ) : void
SetPublicConfigValue ( string element, Object value ) : void
ValidateConfiguration ( ) : void
ValidateDeployment ( ) : void
ValidateParameters ( ) : void
ValidateRoles ( ) : void
ValidateRoles ( string roles ) : void
ValidateService ( ) : void
ValidateThumbprint ( bool uploadCert ) : void

비공개 메소드들

메소드 설명
GetConfigValue ( string xmlText, string element ) : string
SetConfigAttribute ( System.Xml.Linq.XDocument config, string element, string attribute, Object value ) : void
SetConfigValue ( System.Xml.Linq.XDocument config, string element, Object value ) : void

메소드 상세

BaseAzureServiceExtensionCmdlet() 공개 메소드

public BaseAzureServiceExtensionCmdlet ( ) : Microsoft.Azure
리턴 Microsoft.Azure

ChangeDeployment() 보호된 메소드

protected ChangeDeployment ( ExtensionConfiguration extConfig ) : void
extConfig ExtensionConfiguration
리턴 void

Deserialize() 보호된 메소드

protected Deserialize ( string config, Type type ) : object
config string
type System.Type
리턴 object

GetContext() 보호된 메소드

protected GetContext ( OperationStatusResponse op, ExtensionRole role, HostedServiceListExtensionsResponse ext ) : Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.ExtensionContext
op OperationStatusResponse
role ExtensionRole
ext HostedServiceListExtensionsResponse
리턴 Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.ExtensionContext

GetDeployment() 보호된 메소드

protected GetDeployment ( string slot ) : DeploymentGetResponse
slot string
리턴 DeploymentGetResponse

GetPeerDeployment() 보호된 메소드

protected GetPeerDeployment ( string currentSlot ) : DeploymentGetResponse
currentSlot string
리턴 DeploymentGetResponse

GetPublicConfigValue() 보호된 메소드

protected GetPublicConfigValue ( HostedServiceListExtensionsResponse extension, string element ) : string
extension HostedServiceListExtensionsResponse
element string
리턴 string

GetSecurePassword() 보호된 메소드

protected GetSecurePassword ( string password ) : SecureString
password string
리턴 SecureString

RemoveExtension() 보호된 메소드

protected RemoveExtension ( ) : void
리턴 void

Serialize() 보호된 메소드

protected Serialize ( object config ) : string
config object
리턴 string

SetPrivateConfigAttribute() 보호된 메소드

protected SetPrivateConfigAttribute ( string element, string attribute, Object value ) : void
element string
attribute string
value Object
리턴 void

SetPrivateConfigValue() 보호된 메소드

protected SetPrivateConfigValue ( string element, Object value ) : void
element string
value Object
리턴 void

SetPublicConfigAttribute() 보호된 메소드

protected SetPublicConfigAttribute ( string element, string attribute, Object value ) : void
element string
attribute string
value Object
리턴 void

SetPublicConfigValue() 보호된 메소드

protected SetPublicConfigValue ( string element, Object value ) : void
element string
value Object
리턴 void

ValidateConfiguration() 보호된 메소드

protected ValidateConfiguration ( ) : void
리턴 void

ValidateDeployment() 보호된 메소드

protected ValidateDeployment ( ) : void
리턴 void

ValidateParameters() 보호된 메소드

protected ValidateParameters ( ) : void
리턴 void

ValidateRoles() 보호된 메소드

protected ValidateRoles ( ) : void
리턴 void

ValidateRoles() 보호된 메소드

protected ValidateRoles ( string roles ) : void
roles string
리턴 void

ValidateService() 보호된 메소드

protected ValidateService ( ) : void
리턴 void

ValidateThumbprint() 보호된 메소드

protected ValidateThumbprint ( bool uploadCert ) : void
uploadCert bool
리턴 void