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

Inheritance: System.Management.Automation.PSCmdlet
Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools

Private Properties

Свойство Type Description
SetCommonSettingsProcess void
SetSubscriptionProcess void

Méthodes protégées

Méthode Description
ProcessRecord ( ) : void
WriteMessage ( string message ) : void

Private Methods

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

protected ProcessRecord ( ) : void
Résultat void

WriteMessage() protected méthode

protected WriteMessage ( string message ) : void
message string
Résultat void