Share via


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