共用方式為


JobCreateProperties Constructors

Definition

Overloads

JobCreateProperties()

Initializes a new instance of the JobCreateProperties class.

JobCreateProperties(RunbookAssociationProperty)

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

JobCreateProperties()

Initializes a new instance of the JobCreateProperties class.

public JobCreateProperties ();
Public Sub New ()

Applies to

JobCreateProperties(RunbookAssociationProperty)

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

public JobCreateProperties (Microsoft.WindowsAzure.Management.Automation.Models.RunbookAssociationProperty runbook);
new Microsoft.WindowsAzure.Management.Automation.Models.JobCreateProperties : Microsoft.WindowsAzure.Management.Automation.Models.RunbookAssociationProperty -> Microsoft.WindowsAzure.Management.Automation.Models.JobCreateProperties
Public Sub New (runbook As RunbookAssociationProperty)

Parameters

Applies to