C# Class Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.PSCmdlets.NewAzureHDInsightClusterCmdlet

Inheritance: AzureHDInsightCmdlet
Mostrar archivo Open project: AzureRT/azure-sdk-tools

Private Properties

Property Type Description

Public Methods

Method Description
NewAzureHDInsightClusterCmdlet ( ) : System

Initializes a new instance of the NewAzureHDInsightClusterCmdlet class.

Protected Methods

Method Description
BeginProcessing ( ) : void
EndProcessing ( ) : void
ProcessRecord ( ) : void
StopProcessing ( ) : void

Method Details

BeginProcessing() protected method

protected BeginProcessing ( ) : void
return void

EndProcessing() protected method

protected EndProcessing ( ) : void
return void

NewAzureHDInsightClusterCmdlet() public method

Initializes a new instance of the NewAzureHDInsightClusterCmdlet class.
public NewAzureHDInsightClusterCmdlet ( ) : System
return System

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

StopProcessing() protected method

protected StopProcessing ( ) : void
return void