Job Constructors
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
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()
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