ArmDevTestLabsModelFactory.DevTestLabVirtualNetworkData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de DevTestLabVirtualNetworkData.
public static Azure.ResourceManager.DevTestLabs.DevTestLabVirtualNetworkData DevTestLabVirtualNetworkData (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, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSubnet> allowedSubnets = default, string description = default, string externalProviderResourceId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabExternalSubnet> externalSubnets = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSubnetOverride> subnetOverrides = default, DateTimeOffset? createdOn = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabVirtualNetworkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSubnet> * string * string * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabExternalSubnet> * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSubnetOverride> * Nullable<DateTimeOffset> * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabVirtualNetworkData
Public Shared Function DevTestLabVirtualNetworkData (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 allowedSubnets As IEnumerable(Of DevTestLabSubnet) = Nothing, Optional description As String = Nothing, Optional externalProviderResourceId As String = Nothing, Optional externalSubnets As IEnumerable(Of DevTestLabExternalSubnet) = Nothing, Optional subnetOverrides As IEnumerable(Of DevTestLabSubnetOverride) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabVirtualNetworkData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- tags
- IDictionary<String,String>
As marcas.
- location
- AzureLocation
O local.
- allowedSubnets
- IEnumerable<DevTestLabSubnet>
As sub-redes permitidas da rede virtual.
- description
- String
A descrição da rede virtual.
- externalProviderResourceId
- String
O identificador de recurso Microsoft.Network da rede virtual.
- externalSubnets
- IEnumerable<DevTestLabExternalSubnet>
As propriedades da sub-rede externa.
- subnetOverrides
- IEnumerable<DevTestLabSubnetOverride>
As substituições de sub-rede da rede virtual.
- createdOn
- Nullable<DateTimeOffset>
A data de criação da rede virtual.
- provisioningState
- String
O status de provisionamento do recurso.
Retornos
Uma nova DevTestLabVirtualNetworkData instância para simulação.
Aplica-se a
Azure SDK for .NET