RSBackupVaultCmdletBase.GetCrrJobObject(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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