RecoveryServicesBackupCmdletBase.GetJobObject 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.
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
Returns
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