ArmAutomationModelFactory.AutomationJobCollectionItemData Method

Definition

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

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

runbookName
String

The runbook association.

jobId
Nullable<Guid>

The id of the job.

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