AutomationJobData 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.
A class representing the AutomationJob data model. Definition of the job.
public class AutomationJobData : Azure.ResourceManager.Models.ResourceData
type AutomationJobData = class
inherit ResourceData
Public Class AutomationJobData
Inherits ResourceData
- Inheritance
Constructors
AutomationJobData() |
Initializes a new instance of AutomationJobData. |
Properties
CreatedOn |
Gets or sets the creation time of the job. |
EndOn |
Gets or sets the end time of the job. |
Exception |
Gets or sets the exception of the job. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
JobId |
Gets or sets the id of the job. |
LastModifiedOn |
Gets or sets the last modified time of the job. |
LastStatusModifiedOn |
Gets or sets the last status modified time of the job. |
Name |
The name of the resource. (Inherited from ResourceData) |
Parameters |
Gets or sets the parameters of the job. |
ProvisioningState |
The current provisioning state of the job. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
RunbookName |
Gets or sets the name of the runbook. |
RunOn |
Gets or sets the runOn which specifies the group name where the job is to be executed. |
StartedBy |
Gets or sets the job started by. |
StartOn |
Gets or sets the start time of the job. |
Status |
Gets or sets the status of the job. |
StatusDetails |
Gets or sets the status details of the job. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET