C# Класс Microsoft.Azure.Commands.SiteRecovery.SiteRecoveryCmdletBase

The base class for all Windows Azure Recovery Services commands
Наследование: Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet
Показать файл Открыть проект

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