C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.MoveAzureResourceCommand

상속: ResourceManagerCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
RunCmdlet void

보호된 메소드들

메소드 설명
OnEndProcessing ( ) : void

Finishes the pipeline execution and runs the cmdlet.

OnProcessRecord ( ) : void

Collects subscription ids from the pipeline.

비공개 메소드들

메소드 설명
RunCmdlet ( ) : void

Executes the cmdlet

메소드 상세

OnEndProcessing() 보호된 메소드

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

OnProcessRecord() 보호된 메소드

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