ArmDevTestLabsModelFactory.DevTestLabEnvironmentData 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 DevTestLabEnvironmentData.
public static Azure.ResourceManager.DevTestLabs.DevTestLabEnvironmentData DevTestLabEnvironmentData (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.DevTestLabEnvironmentDeployment deploymentProperties = default, string armTemplateDisplayName = default, string resourceGroupId = default, string createdByUser = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabEnvironmentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentDeployment * string * string * string * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabEnvironmentData
Public Shared Function DevTestLabEnvironmentData (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 deploymentProperties As DevTestLabEnvironmentDeployment = Nothing, Optional armTemplateDisplayName As String = Nothing, Optional resourceGroupId As String = Nothing, Optional createdByUser As String = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabEnvironmentData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- deploymentProperties
- DevTestLabEnvironmentDeployment
Die Bereitstellungseigenschaften der Umgebung.
- armTemplateDisplayName
- String
Der Anzeigename der Azure Resource Manager Vorlage, die die Umgebung erstellt hat.
- resourceGroupId
- String
Der Bezeichner der Ressourcengruppe, die die Ressourcen der Umgebung enthält.
- createdByUser
- String
Der Ersteller der Umgebung.
- provisioningState
- String
Der bereitstellungs-status der Ressource.
Gibt zurück
Eine neue DevTestLabEnvironmentData instance zum Simulieren.
Gilt für:
Azure SDK for .NET