ArmDevTestLabsModelFactory.DevTestLabServiceFabricData 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 DevTestLabServiceFabricData.
public static Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricData DevTestLabServiceFabricData (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, string externalServiceFabricId = default, string environmentId = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule applicableSchedule = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabServiceFabricData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricData
Public Shared Function DevTestLabServiceFabricData (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 externalServiceFabricId As String = Nothing, Optional environmentId As String = Nothing, Optional applicableSchedule As DevTestLabApplicableSchedule = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabServiceFabricData
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Balises.
- location
- AzureLocation
Emplacement.
- externalServiceFabricId
- String
ID de la ressource service fabric de sauvegarde.
- environmentId
- String
ID de ressource de l’environnement sous lequel la ressource Service Fabric est présente.
- applicableSchedule
- DevTestLabApplicableSchedule
Planification applicable pour la machine virtuelle.
- provisioningState
- String
Le provisionnement status de la ressource.
Retours
Une nouvelle DevTestLabServiceFabricData instance de moqueries.
S’applique à
Azure SDK for .NET