ArmAutomationModelFactory.AutomationJobScheduleData Method

Definition

Initializes a new instance of AutomationJobScheduleData.

public static Azure.ResourceManager.Automation.AutomationJobScheduleData AutomationJobScheduleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? jobScheduleId = default, string scheduleName = default, string runbookName = default, string runOn = default, System.Collections.Generic.IReadOnlyDictionary<string,string> parameters = default);
static member AutomationJobScheduleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.Automation.AutomationJobScheduleData
Public Shared Function AutomationJobScheduleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional jobScheduleId As Nullable(Of Guid) = Nothing, Optional scheduleName As String = Nothing, Optional runbookName As String = Nothing, Optional runOn As String = Nothing, Optional parameters As IReadOnlyDictionary(Of String, String) = Nothing) As AutomationJobScheduleData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

jobScheduleId
Nullable<Guid>

Gets or sets the id of job schedule.

scheduleName
String

Gets or sets the schedule.

runbookName
String

Gets or sets the runbook.

runOn
String

Gets or sets the hybrid worker group that the scheduled job should run on.

parameters
IReadOnlyDictionary<String,String>

Gets or sets the parameters of the job schedule.

Returns

A new AutomationJobScheduleData instance for mocking.

Applies to