Megosztás a következőn keresztül:


RecoveryServicesBackupCmdletBase.GetJobObject Method

Definition

Overloads

GetJobObject(IList<String>)

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

GetJobObject(String)

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

GetJobObject(IList<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);
member this.GetJobObject : System.Collections.Generic.IList<string> -> System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase>
Public Function GetJobObject (jobIds As IList(Of String)) As List(Of JobBase)

Parameters

jobIds
IList<String>

List of IDs of jobs to be fetched

Returns

Applies to

GetJobObject(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);
member this.GetJobObject : string -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase
Public Function GetJobObject (jobId As String) As JobBase

Parameters

jobId
String

ID of the job to be fetched

Returns

Applies to