C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand

Inheritance: ResourceManagerCmdletBase
ファイルを表示 Open project: Azure/azure-powershell

Private Properties

Property Type Description
RunCmdlet void

Protected Methods

Method Description
OnEndProcessing ( ) : void

Finishes the pipeline execution and runs the cmdlet.

OnProcessRecord ( ) : void

Collects subscription ids from the pipeline.

Private Methods

Method Description
RunCmdlet ( ) : void

Executes the cmdlet

Method Details

OnEndProcessing() protected method

Finishes the pipeline execution and runs the cmdlet.
protected OnEndProcessing ( ) : void
return void

OnProcessRecord() protected method

Collects subscription ids from the pipeline.
protected OnProcessRecord ( ) : void
return void