ArmDevTestLabsModelFactory.DevTestLabApplicableSchedule 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 DevTestLabApplicableSchedule.
public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule DevTestLabApplicableSchedule (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.DevTestLabScheduleData labVmsShutdown = default, Azure.ResourceManager.DevTestLabs.DevTestLabScheduleData labVmsStartup = default);
static member DevTestLabApplicableSchedule : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.DevTestLabs.DevTestLabScheduleData * Azure.ResourceManager.DevTestLabs.DevTestLabScheduleData -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule
Public Shared Function DevTestLabApplicableSchedule (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 labVmsShutdown As DevTestLabScheduleData = Nothing, Optional labVmsStartup As DevTestLabScheduleData = Nothing) As DevTestLabApplicableSchedule
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- labVmsShutdown
- DevTestLabScheduleData
Der Zeitplan für das automatische Herunterfahren, wenn einer auf Lab- oder Labressourcenebene festgelegt wurde.
- labVmsStartup
- DevTestLabScheduleData
Der Zeitplan für den automatischen Start, wenn einer auf Lab- oder Labressourcenebene festgelegt wurde.
Gibt zurück
Eine neue DevTestLabApplicableSchedule instance zum Mocking.
Gilt für:
Azure SDK for .NET