C# Class Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet

Inheritance: AzurePSCmdlet
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
AzureSMCmdlet Microsoft.Azure.Commands.Common.Authentication

Protected Methods

Method Description
BeginProcessing ( ) : void

Cmdlet begin process. Write to logs, setup Http Tracing and initialize profile

InitializeProfile ( ) : void

Ensure that there is a profile for the command

InitializeQosEvent ( ) : void
LogCmdletEndInvocationInfo ( ) : void
LogCmdletStartInvocationInfo ( ) : void
PromptForDataCollectionProfileIfNotExists ( ) : void
SaveDataCollectionProfile ( ) : void

Private Methods

Method Description
AzureSMCmdlet ( ) : Microsoft.Azure.Commands.Common.Authentication

Method Details

BeginProcessing() protected method

Cmdlet begin process. Write to logs, setup Http Tracing and initialize profile
protected BeginProcessing ( ) : void
return void

InitializeProfile() protected method

Ensure that there is a profile for the command
protected InitializeProfile ( ) : void
return void

InitializeQosEvent() protected method

protected InitializeQosEvent ( ) : void
return void

LogCmdletEndInvocationInfo() protected method

protected LogCmdletEndInvocationInfo ( ) : void
return void

LogCmdletStartInvocationInfo() protected method

protected LogCmdletStartInvocationInfo ( ) : void
return void

PromptForDataCollectionProfileIfNotExists() protected method

protected PromptForDataCollectionProfileIfNotExists ( ) : void
return void

SaveDataCollectionProfile() protected method

protected SaveDataCollectionProfile ( ) : void
return void