메소드 | 설명 | |
---|---|---|
BaseAzureServiceExtensionCmdlet ( ) : Microsoft.Azure |
메소드 | 설명 | |
---|---|---|
ChangeDeployment ( ExtensionConfiguration extConfig ) : void | ||
Deserialize ( string config, |
||
GetContext ( OperationStatusResponse op, |
||
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 |
public BaseAzureServiceExtensionCmdlet ( ) : Microsoft.Azure | ||
리턴 | Microsoft.Azure |
protected ChangeDeployment ( ExtensionConfiguration extConfig ) : void | ||
extConfig | ExtensionConfiguration | |
리턴 | void |
protected Deserialize ( string config, |
||
config | string | |
type | ||
리턴 | object |
protected GetContext ( OperationStatusResponse op, |
||
op | OperationStatusResponse | |
role | ||
ext | HostedServiceListExtensionsResponse | |
리턴 | Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.ExtensionContext |
protected GetDeployment ( string slot ) : DeploymentGetResponse | ||
slot | string | |
리턴 | DeploymentGetResponse |
protected GetPeerDeployment ( string currentSlot ) : DeploymentGetResponse | ||
currentSlot | string | |
리턴 | DeploymentGetResponse |
protected GetPublicConfigValue ( HostedServiceListExtensionsResponse extension, string element ) : string | ||
extension | HostedServiceListExtensionsResponse | |
element | string | |
리턴 | string |
protected GetSecurePassword ( string password ) : SecureString | ||
password | string | |
리턴 | SecureString |
protected SetPrivateConfigAttribute ( string element, string attribute, Object value ) : void | ||
element | string | |
attribute | string | |
value | Object | |
리턴 | void |
protected SetPrivateConfigValue ( string element, Object value ) : void | ||
element | string | |
value | Object | |
리턴 | void |
protected SetPublicConfigAttribute ( string element, string attribute, Object value ) : void | ||
element | string | |
attribute | string | |
value | Object | |
리턴 | void |
protected SetPublicConfigValue ( string element, Object value ) : void | ||
element | string | |
value | Object | |
리턴 | void |
protected ValidateThumbprint ( bool uploadCert ) : void | ||
uploadCert | bool | |
리턴 | void |