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