ArmDevTestLabsModelFactory.DevTestLabScheduleData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von DevTestLabScheduleData.
public static Azure.ResourceManager.DevTestLabs.DevTestLabScheduleData DevTestLabScheduleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = 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, DateTimeOffset? createdOn = default, string targetResourceId = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabScheduleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus> * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabWeekDetails * string * Nullable<int> * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationSettings * Nullable<DateTimeOffset> * string * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabScheduleData
Public Shared Function DevTestLabScheduleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = 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 createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional targetResourceId As String = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabScheduleData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- status
- Nullable<DevTestLabEnableStatus>
Die status des Zeitplans (d. h. Aktiviert, Deaktiviert).
- taskType
- String
Der Vorgangstyp des Zeitplans (z. B. LabVmsShutdownTask, LabVmAutoStart).
- weeklyRecurrence
- DevTestLabWeekDetails
Wenn der Zeitplan nur an einigen Tagen der Woche auftritt, geben Sie die wöchentliche Wiederholung an.
- dailyRecurrenceTime
- String
Wenn der Zeitplan einmal an jedem Wochentag auftritt, geben Sie die tägliche Wiederholung an.
Wenn der Zeitplan mehrmals täglich auftritt, geben Sie die stündliche Wiederholung an.
- timeZoneId
- String
Die Zeitzonen-ID (z. B. Pacific Standardzeit).
- notificationSettings
- DevTestLabNotificationSettings
Benachrichtigungseinstellungen.
- createdOn
- Nullable<DateTimeOffset>
Das Erstellungsdatum des Zeitplans.
- targetResourceId
- String
Die Ressourcen-ID, zu der der Zeitplan gehört.
- provisioningState
- String
Der bereitstellungs-status der Ressource.
Gibt zurück
Eine neue DevTestLabScheduleData instance zum Simulieren.
Gilt für:
Azure SDK for .NET