C# Class Microsoft.WindowsAzure.Management.ServiceManagement.StorageServices.NewAzureStorageKeyCommand

Inheritance: ServiceManagementBaseCmdlet
Show file Open project: OctopusDeploy/azure-sdk-tools

Private Properties

Property Type Description

Public Methods

Method Description
NewAzureStorageKeyCommand ( ) : System.Management.Automation
NewAzureStorageKeyCommand ( IServiceManagement channel ) : System.Management.Automation

Protected Methods

Method Description
OnProcessRecord ( ) : void

Method Details

NewAzureStorageKeyCommand() public method

public NewAzureStorageKeyCommand ( ) : System.Management.Automation
return System.Management.Automation

NewAzureStorageKeyCommand() public method

public NewAzureStorageKeyCommand ( IServiceManagement channel ) : System.Management.Automation
channel IServiceManagement
return System.Management.Automation

OnProcessRecord() protected method

protected OnProcessRecord ( ) : void
return void