Compartir a través de


ArmDevTestLabsModelFactory.DevTestLabScheduleCreationParameter Método

Definición

Inicializa una nueva instancia de DevTestLabScheduleCreationParameter.

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabScheduleCreationParameter DevTestLabScheduleCreationParameter (string name = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus? status = default, string taskType = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabWeekDetails weeklyRecurrence = default, string dailyRecurrenceTime = default, int? hourlyRecurrenceMinute = default, string timeZoneId = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationSettings notificationSettings = default, Azure.Core.ResourceIdentifier targetResourceId = default);
static member DevTestLabScheduleCreationParameter : string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus> * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabWeekDetails * string * Nullable<int> * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationSettings * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabScheduleCreationParameter
Public Shared Function DevTestLabScheduleCreationParameter (Optional name As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional status As Nullable(Of DevTestLabEnableStatus) = Nothing, Optional taskType As String = Nothing, Optional weeklyRecurrence As DevTestLabWeekDetails = Nothing, Optional dailyRecurrenceTime As String = Nothing, Optional hourlyRecurrenceMinute As Nullable(Of Integer) = Nothing, Optional timeZoneId As String = Nothing, Optional notificationSettings As DevTestLabNotificationSettings = Nothing, Optional targetResourceId As ResourceIdentifier = Nothing) As DevTestLabScheduleCreationParameter

Parámetros

name
String

Nombre de la máquina virtual o el entorno.

location
Nullable<AzureLocation>

Ubicación de la nueva máquina virtual o entorno.

tags
IDictionary<String,String>

Etiquetas del recurso.

status
Nullable<DevTestLabEnableStatus>

Estado de la programación (es decir, Habilitado, Deshabilitado).

taskType
String

Tipo de tarea de la programación (por ejemplo, LabVmsShutdownTask, LabVmAutoStart).

weeklyRecurrence
DevTestLabWeekDetails

Si la programación se producirá solo algunos días de la semana, especifique la periodicidad semanal.

dailyRecurrenceTime
String

Si la programación se producirá una vez cada día de la semana, especifique la periodicidad diaria.

hourlyRecurrenceMinute
Nullable<Int32>

Si la programación se producirá varias veces al día, especifique la periodicidad por hora.

timeZoneId
String

Identificador de zona horaria (por ejemplo, hora estándar del Pacífico).

notificationSettings
DevTestLabNotificationSettings

Configuración de notificación.

targetResourceId
ResourceIdentifier

Identificador de recurso al que pertenece la programación.

Devoluciones

DevTestLabScheduleCreationParameter Nueva instancia para simular.

Se aplica a