RecoveryServicesBackupCmdletBase.GetJobObject Method

Definition

Overloads

GetJobObject(IList<String>)
GetJobObject(String)

GetJobObject(IList<String>)

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>

Returns

List<JobBase>

Applies to

GetJobObject(String)

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

Returns

JobBase

Applies to