C# Class Microsoft.WindowsAzure.Management.ServiceManagement.Certificates.GetAzureCertificate

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

Private Properties

Property Type Description

Public Methods

Method Description
ExecuteCommand ( ) : void
GetAzureCertificate ( ) : System
GetAzureCertificate ( IServiceManagement channel ) : System

Protected Methods

Method Description
OnProcessRecord ( ) : void

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ) : void
return void

GetAzureCertificate() public method

public GetAzureCertificate ( ) : System
return System

GetAzureCertificate() public method

public GetAzureCertificate ( IServiceManagement channel ) : System
channel IServiceManagement
return System

OnProcessRecord() protected method

protected OnProcessRecord ( ) : void
return void