ArmAutomationModelFactory.AutomationJobCollectionItemData Method
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.
Initializes a new instance of AutomationJobCollectionItemData.
public static Azure.ResourceManager.Automation.Models.AutomationJobCollectionItemData AutomationJobCollectionItemData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string runbookName = default, Guid? jobId = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.Automation.Models.AutomationJobStatus? status = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, DateTimeOffset? lastModifiedOn = default, string provisioningState = default, string runOn = default);
static member AutomationJobCollectionItemData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Guid> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Automation.Models.AutomationJobStatus> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.Automation.Models.AutomationJobCollectionItemData
Public Shared Function AutomationJobCollectionItemData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional runbookName As String = Nothing, Optional jobId As Nullable(Of Guid) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As Nullable(Of AutomationJobStatus) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing, Optional runOn As String = Nothing) As AutomationJobCollectionItemData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- runbookName
- String
The runbook association.
- createdOn
- Nullable<DateTimeOffset>
The creation time of the job.
- status
- Nullable<AutomationJobStatus>
The status of the job.
- startOn
- Nullable<DateTimeOffset>
The start time of the job.
- endOn
- Nullable<DateTimeOffset>
The end time of the job.
- lastModifiedOn
- Nullable<DateTimeOffset>
The last modified time of the job.
- provisioningState
- String
The provisioning state of a resource.
- runOn
- String
Specifies the runOn group name where the job was executed.
Returns
A new AutomationJobCollectionItemData instance for mocking.
Applies to
Azure SDK for .NET