ArmDevTestLabsModelFactory.DevTestLabApplicableSchedule Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Balises.
- location
- AzureLocation
Emplacement.
- labVmsShutdown
- DevTestLabScheduleData
Planification de l’arrêt automatique, si elle a été définie au niveau de la ressource lab ou lab.
- labVmsStartup
- DevTestLabScheduleData
Planification de démarrage automatique, si elle a été définie au niveau de la ressource lab ou lab.
Retours
Une nouvelle DevTestLabApplicableSchedule instance pour se moquer.
S’applique à
Azure SDK for .NET