JobCreateParameters Class

Definition

The parameters supplied to the create job operation.

public class JobCreateParameters : Microsoft.WindowsAzure.Management.Automation.Models.ResourceCreateParameterBase
type JobCreateParameters = class
    inherit ResourceCreateParameterBase
Public Class JobCreateParameters
Inherits ResourceCreateParameterBase
Inheritance
JobCreateParameters

Constructors

JobCreateParameters()

Initializes a new instance of the JobCreateParameters class.

JobCreateParameters(JobCreateProperties)

Initializes a new instance of the JobCreateParameters class with required arguments.

Properties

Location

Optional. Gets or sets the location of the resource.

(Inherited from ResourceCreateParameterBase)
Name

Optional. Gets or sets the name of the resource.

(Inherited from ResourceCreateParameterBase)
Properties

Required. Gets or sets the list of job properties.

Tags

Optional. Gets or sets the tags attached to the resource.

(Inherited from ResourceCreateParameterBase)

Applies to