JobCollectionItem 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.
Job collection item properties.
[Microsoft.Rest.Serialization.JsonTransformation]
public class JobCollectionItem : Microsoft.Azure.Management.Automation.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type JobCollectionItem = class
inherit ProxyResource
Public Class JobCollectionItem
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
JobCollectionItem() |
Initializes a new instance of the JobCollectionItem class. |
JobCollectionItem(String, String, String, RunbookAssociationProperty, Guid, DateTimeOffset, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String) |
Initializes a new instance of the JobCollectionItem class. |
Properties
CreationTime |
Gets the creation time of the job. |
EndTime |
Gets the end time of the job. |
Id |
Gets fully qualified resource Id for the resource (Inherited from Resource) |
JobId |
Gets the id of the job. |
LastModifiedTime |
Gets the last modified time of the job. |
Name |
Gets the name of the resource (Inherited from Resource) |
ProvisioningState |
Gets the provisioning state of a resource. |
Runbook |
Gets the runbook association. |
RunOn |
Gets or sets specifies the runOn group name where the job was executed. |
StartTime |
Gets the start time of the job. |
Status |
Gets the status of the job. Possible values include: 'New', 'Activating', 'Running', 'Completed', 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending', 'Stopping', 'Resuming', 'Removing' |
Type |
Gets the type of the resource. (Inherited from Resource) |
Applies to
Azure SDK for .NET