Compartilhar via


ArmAutomationModelFactory.AutomationJobScheduleData Método

Definição

Inicializa uma nova instância de 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

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

jobScheduleId
Nullable<Guid>

Obtém ou define a ID da agenda de trabalho.

scheduleName
String

Obtém ou define o agendamento.

runbookName
String

Obtém ou define o runbook.

runOn
String

Obtém ou define o grupo de trabalho híbrido no qual o trabalho agendado deve ser executado.

parameters
IReadOnlyDictionary<String,String>

Obtém ou define os parâmetros da agenda de trabalho.

Retornos

Uma nova AutomationJobScheduleData instância para zombar.

Aplica-se a