Job Constructors

Definition

Overloads

Job()

Initializes a new instance of the Job class.

Job(String, String, Job)

Initializes a new instance of the Job class.

Job(String, String, JobCollectionItem)

Job()

Initializes a new instance of the Job class.

public Job ();
Public Sub New ()

Applies to

Job(String, String, Job)

Initializes a new instance of the Job class.

public Job (string resourceGroupName, string accountName, Microsoft.Azure.Management.Automation.Models.Job job);
new Microsoft.Azure.Commands.Automation.Model.Job : string * string * Microsoft.Azure.Management.Automation.Models.Job -> Microsoft.Azure.Commands.Automation.Model.Job
Public Sub New (resourceGroupName As String, accountName As String, job As Job)

Parameters

resourceGroupName
String

The resource group name.

accountName
String

The account name.

job
Job

The Job.

Exceptions

Applies to

Job(String, String, JobCollectionItem)

public Job (string resourceGroupName, string accountName, Microsoft.Azure.Management.Automation.Models.JobCollectionItem job);
new Microsoft.Azure.Commands.Automation.Model.Job : string * string * Microsoft.Azure.Management.Automation.Models.JobCollectionItem -> Microsoft.Azure.Commands.Automation.Model.Job
Public Sub New (resourceGroupName As String, accountName As String, job As JobCollectionItem)

Parameters

resourceGroupName
String
accountName
String

Applies to