C# 클래스 Microsoft.Azure.Commands.SiteRecovery.SiteRecoveryCmdletBase

The base class for all Windows Azure Recovery Services commands
상속: Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

Overriding base implementation go execute cmdlet.

ExecuteSiteRecoveryCmdlet ( ) : void

Virtual method to be implemented by Site Recovery cmdlets.

HandleException ( Exception ex ) : void

Exception handler.

WaitForJobCompletion ( string jobId ) : Microsoft.Azure.Management.SiteRecovery.Models.JobResponse

Waits for the job to complete.

보호된 메소드들

메소드 설명
GetCurrentVaultLocation ( ) : string

Gets the current vault location.

StopProcessing ( ) : void

Handles interrupts.

ValidateUsageById ( string replicationProvider, string paramName ) : void

Validates if the usage by ID is allowed or not.

메소드 상세

ExecuteCmdlet() 공개 메소드

Overriding base implementation go execute cmdlet.
public ExecuteCmdlet ( ) : void
리턴 void

ExecuteSiteRecoveryCmdlet() 공개 메소드

Virtual method to be implemented by Site Recovery cmdlets.
public ExecuteSiteRecoveryCmdlet ( ) : void
리턴 void

GetCurrentVaultLocation() 보호된 메소드

Gets the current vault location.
protected GetCurrentVaultLocation ( ) : string
리턴 string

HandleException() 공개 메소드

Exception handler.
public HandleException ( Exception ex ) : void
ex System.Exception Exception to handle.
리턴 void

StopProcessing() 보호된 메소드

Handles interrupts.
protected StopProcessing ( ) : void
리턴 void

ValidateUsageById() 보호된 메소드

Validates if the usage by ID is allowed or not.
protected ValidateUsageById ( string replicationProvider, string paramName ) : void
replicationProvider string Replication provider.
paramName string Parameter name.
리턴 void

WaitForJobCompletion() 공개 메소드

Waits for the job to complete.
public WaitForJobCompletion ( string jobId ) : Microsoft.Azure.Management.SiteRecovery.Models.JobResponse
jobId string Id of the job to wait for.
리턴 Microsoft.Azure.Management.SiteRecovery.Models.JobResponse