C# Class Microsoft.WindowsAzure.Management.Cmdlets.SetAzureSubscriptionCommand

Inheritance: System.Management.Automation.PSCmdlet
Mostra file Open project: OctopusDeploy/azure-sdk-tools

Private Properties

Property Type Description
SetCommonSettingsProcess void
SetSubscriptionProcess void

Protected Methods

Method Description
ProcessRecord ( ) : void
WriteMessage ( string message ) : void

Private Methods

Method Description
SetCommonSettingsProcess ( SubscriptionData subscription, string subscriptionId, X509Certificate2 certificate, string serviceEndpoint, string currentStorageAccount ) : void

Sets the default subscription properties based on the cmdlet parameters.

SetSubscriptionProcess ( string parameterSetName, string subscriptionName, string subscriptionId, X509Certificate2 certificate, string serviceEndpoint, string defaultSubscription, string currentStorageAccount, string subscriptionDataFile ) : void

Executes the set subscription cmdlet operation.

Method Details

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

WriteMessage() protected method

protected WriteMessage ( string message ) : void
message string
return void