Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
ExecuteCmdlet ( ) : void |
Overriding base implementation go execute cmdlet.
|
|
ExecuteSiteRecoveryCmdlet ( ) : void |
Virtual method to be implemented by Site Recovery cmdlets.
|
|
HandleException ( |
Exception handler.
|
|
WaitForJobCompletion ( string jobId ) : Microsoft.Azure.Management.SiteRecovery.Models.JobResponse |
Waits for the job to complete.
|
Méthode | Description | |
---|---|---|
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.
|
public ExecuteSiteRecoveryCmdlet ( ) : void | ||
Résultat | void |
protected GetCurrentVaultLocation ( ) : string | ||
Résultat | string |
public HandleException ( |
||
ex | Exception to handle. | |
Résultat | void |
protected ValidateUsageById ( string replicationProvider, string paramName ) : void | ||
replicationProvider | string | Replication provider. |
paramName | string | Parameter name. |
Résultat | void |
public WaitForJobCompletion ( string jobId ) : Microsoft.Azure.Management.SiteRecovery.Models.JobResponse | ||
jobId | string | Id of the job to wait for. |
Résultat | Microsoft.Azure.Management.SiteRecovery.Models.JobResponse |