JobCreateParameters Class

Definition

The parameters supplied to the create job operation.

public class JobCreateParameters : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class JobCreateParameters
type JobCreateParameters = class
    inherit ResourceCreateOrUpdateParameterBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type JobCreateParameters = class
Public Class JobCreateParameters
Inherits ResourceCreateOrUpdateParameterBase
Public Class JobCreateParameters
Inheritance
Inheritance
JobCreateParameters
Attributes

Constructors

JobCreateParameters()

Initializes a new instance of the JobCreateParameters class.

JobCreateParameters(JobCreateProperties)
JobCreateParameters(RunbookAssociationProperty, IDictionary<String,String>, String)

Initializes a new instance of the JobCreateParameters class.

Properties

Location (Inherited from ResourceCreateOrUpdateParameterBase)
Name (Inherited from ResourceCreateOrUpdateParameterBase)
Parameters

Gets or sets the parameters of the job.

Properties
Runbook

Gets or sets the runbook.

RunOn

Gets or sets the runOn which specifies the group name where the job is to be executed.

Tags (Inherited from ResourceCreateOrUpdateParameterBase)

Applies to