Aracılığıyla paylaş


RSBackupVaultCmdletBase.GetJobObject Method

Definition

Overloads

GetJobObject(IList<String>, String, String)

Gets list of job PS models after fetching the job objects from the service given the list of job IDs.

GetJobObject(String, String, String)

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

GetJobObject(IList<String>, String, String)

Gets list of job PS models after fetching the job objects from the service given the list of job IDs.

public System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase> GetJobObject (System.Collections.Generic.IList<string> jobIds, string vaultName = default, string resourceGroupName = default);
override this.GetJobObject : System.Collections.Generic.IList<string> * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase>
Public Function GetJobObject (jobIds As IList(Of String), Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As List(Of JobBase)

Parameters

jobIds
IList<String>

List of IDs of jobs to be fetched

vaultName
String
resourceGroupName
String

Returns

Applies to

GetJobObject(String, String, String)

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 GetJobObject (string jobId, string vaultName = default, string resourceGroupName = default);
override this.GetJobObject : string * string * string -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase
Public Function GetJobObject (jobId As String, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As JobBase

Parameters

jobId
String

ID of the job to be fetched

vaultName
String
resourceGroupName
String

Returns

Applies to