C# Class Microsoft.WindowsAzure.Commands.Profile.NewAzureProfileCommand

Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
Datei anzeigen Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
CreatePsCredential System.Management.Automation.PSCredential
ExecuteCmdlet void
InitializeAzureProfile void
ParseHashTableParameters string

Protected Methods

Method Description
InitializeProfile ( ) : void

Private Methods

Method Description
CreatePsCredential ( string username, Hashtable propertyBag ) : System.Management.Automation.PSCredential
ExecuteCmdlet ( ) : void
InitializeAzureProfile ( AzureSMProfile profile, string parameterSet, AzureProfileSettings settings ) : void
ParseHashTableParameters ( Hashtable propertyBag, AzureProfileSettings &settings ) : string

Method Details

InitializeProfile() protected method

protected InitializeProfile ( ) : void
return void