JobCreateParameters Class
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET