你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RSBackupVaultCmdletBase.GetCrrJobObject(String, String, String) Method

Definition

Get the job PS model after fetching the job object from the service given the job ID.

public Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase GetCrrJobObject (string secondaryRegion, string vaultId, string jobId);
member this.GetCrrJobObject : string * string * string -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase
Public Function GetCrrJobObject (secondaryRegion As String, vaultId As String, jobId As String) As JobBase

Parameters

secondaryRegion
String

secondaryRegion for the vault

vaultId
String

ResourceId of the vault to be fetched

jobId
String

ID of the job to be fetched

Returns

Applies to