Compartir a través de


ArmDevTestLabsModelFactory.DevTestLabVirtualNetworkData Método

Definición

Inicializa una nueva instancia 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

id
ResourceIdentifier

El identificador.

name
String

Nombre.

resourceType
ResourceType

ResourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Las etiquetas.

location
AzureLocation

Ubicación.

allowedSubnets
IEnumerable<DevTestLabSubnet>

Subredes permitidas de la red virtual.

description
String

Descripción de la red virtual.

externalProviderResourceId
String

Identificador de recurso Microsoft.Network de la red virtual.

externalSubnets
IEnumerable<DevTestLabExternalSubnet>

Propiedades de subred externa.

subnetOverrides
IEnumerable<DevTestLabSubnetOverride>

Invalida la subred de la red virtual.

createdOn
Nullable<DateTimeOffset>

Fecha de creación de la red virtual.

provisioningState
String

Estado de aprovisionamiento del recurso.

uniqueIdentifier
Nullable<Guid>

Identificador inmutable único de un recurso (Guid).

Devoluciones

DevTestLabVirtualNetworkData Nueva instancia para simular.

Se aplica a