ArmDevTestLabsModelFactory.DevTestLabServiceFabricData 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 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- externalServiceFabricId
- String
Die ID der backing Service Fabric-Ressource.
- environmentId
- String
Die Ressourcen-ID der Umgebung, in der sich die Service Fabric-Ressource befindet.
- applicableSchedule
- DevTestLabApplicableSchedule
Der anwendbare Zeitplan für den virtuellen Computer.
- provisioningState
- String
Der bereitstellungs-status der Ressource.
Gibt zurück
Eine neue DevTestLabServiceFabricData instance zum Simulieren.
Gilt für:
Azure SDK for .NET