ArmDevTestLabsModelFactory.DevTestLabEnvironmentData Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de 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
Parámetros
El identificador.
- name
- String
Nombre.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Las etiquetas.
- location
- AzureLocation
Ubicación.
- deploymentProperties
- DevTestLabEnvironmentDeployment
Las propiedades de implementación del entorno.
- armTemplateDisplayName
- String
Nombre para mostrar de la plantilla de Azure Resource Manager que generó el entorno.
- resourceGroupId
- String
Identificador del grupo de recursos que contiene los recursos del entorno.
- createdByUser
- String
Creador del entorno.
- provisioningState
- String
Estado de aprovisionamiento del recurso.
Devoluciones
DevTestLabEnvironmentData Nueva instancia de para simular.
Se aplica a
Azure SDK for .NET