ArmNetworkCloudModelFactory.NetworkCloudL3NetworkData 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 NetworkCloudL3NetworkData.
public static Azure.ResourceManager.NetworkCloud.NetworkCloudL3NetworkData NetworkCloudL3NetworkData (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.NetworkCloud.Models.ExtendedLocation extendedLocation = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> associatedResourceIds = default, Azure.Core.ResourceIdentifier clusterId = default, Azure.ResourceManager.NetworkCloud.Models.L3NetworkDetailedStatus? detailedStatus = default, string detailedStatusMessage = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> hybridAksClustersAssociatedIds = default, Azure.ResourceManager.NetworkCloud.Models.HybridAksIpamEnabled? hybridAksIpamEnabled = default, Azure.ResourceManager.NetworkCloud.Models.HybridAksPluginType? hybridAksPluginType = default, string interfaceName = default, Azure.ResourceManager.NetworkCloud.Models.IPAllocationType? ipAllocationType = default, string ipv4ConnectedPrefix = default, string ipv6ConnectedPrefix = default, Azure.Core.ResourceIdentifier l3IsolationDomainId = default, Azure.ResourceManager.NetworkCloud.Models.L3NetworkProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> virtualMachinesAssociatedIds = default, long vlan = 0);
static member NetworkCloudL3NetworkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * seq<Azure.Core.ResourceIdentifier> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.NetworkCloud.Models.L3NetworkDetailedStatus> * string * seq<Azure.Core.ResourceIdentifier> * Nullable<Azure.ResourceManager.NetworkCloud.Models.HybridAksIpamEnabled> * Nullable<Azure.ResourceManager.NetworkCloud.Models.HybridAksPluginType> * string * Nullable<Azure.ResourceManager.NetworkCloud.Models.IPAllocationType> * string * string * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.NetworkCloud.Models.L3NetworkProvisioningState> * seq<Azure.Core.ResourceIdentifier> * int64 -> Azure.ResourceManager.NetworkCloud.NetworkCloudL3NetworkData
Public Shared Function NetworkCloudL3NetworkData (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 extendedLocation As ExtendedLocation = Nothing, Optional associatedResourceIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional clusterId As ResourceIdentifier = Nothing, Optional detailedStatus As Nullable(Of L3NetworkDetailedStatus) = Nothing, Optional detailedStatusMessage As String = Nothing, Optional hybridAksClustersAssociatedIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional hybridAksIpamEnabled As Nullable(Of HybridAksIpamEnabled) = Nothing, Optional hybridAksPluginType As Nullable(Of HybridAksPluginType) = Nothing, Optional interfaceName As String = Nothing, Optional ipAllocationType As Nullable(Of IPAllocationType) = Nothing, Optional ipv4ConnectedPrefix As String = Nothing, Optional ipv6ConnectedPrefix As String = Nothing, Optional l3IsolationDomainId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of L3NetworkProvisioningState) = Nothing, Optional virtualMachinesAssociatedIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional vlan As Long = 0) As NetworkCloudL3NetworkData
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.
- extendedLocation
- ExtendedLocation
O local estendido do cluster associado ao recurso.
- associatedResourceIds
- IEnumerable<ResourceIdentifier>
A lista de IDs de recurso para os outros recursos Microsoft.NetworkCloud que anexaram essa rede.
- clusterId
- ResourceIdentifier
A ID do recurso do cluster de Nuvem de Rede à qual essa rede L3 está associada.
- detailedStatus
- Nullable<L3NetworkDetailedStatus>
O status mais detalhado da rede L3.
- detailedStatusMessage
- String
A mensagem descritiva sobre o status detalhado atual.
- hybridAksClustersAssociatedIds
- IEnumerable<ResourceIdentifier>
Campo preterido. Esses campos serão vazios/omitidos. A lista de IDs de recurso de cluster do AKS híbrido associadas a essa rede L3.
- hybridAksIpamEnabled
- Nullable<HybridAksIpamEnabled>
Campo preterido. O campo era opcional anteriormente, agora ele não terá nenhum comportamento definido e será ignorado. O indicador de desabilitar ou não a alocação de IPAM na definição de anexo de rede injetada no Cluster do AKS híbrido.
- hybridAksPluginType
- Nullable<HybridAksPluginType>
Campo preterido. O campo era opcional anteriormente, agora ele não terá nenhum comportamento definido e será ignorado. O tipo de plug-in de rede para o AKS híbrido.
- interfaceName
- String
O nome da interface padrão dessa rede L3 na máquina virtual. Esse nome pode ser substituído pelo nome fornecido na configuração de anexo de rede dessa máquina virtual.
- ipAllocationType
- Nullable<IPAllocationType>
O tipo da alocação de endereço IP, padronizado como "DualStack".
- ipv4ConnectedPrefix
- String
O prefixo IPV4 (CIDR) atribuído a essa rede L3. Necessário quando o tipo de alocação de IP é IPV4 ou DualStack.
- ipv6ConnectedPrefix
- String
O prefixo IPV6 (CIDR) atribuído a essa rede L3. Necessário quando o tipo de alocação de IP é IPV6 ou DualStack.
- l3IsolationDomainId
- ResourceIdentifier
A ID do recurso do Network Fabric l3IsolationDomain.
- provisioningState
- Nullable<L3NetworkProvisioningState>
O estado de provisionamento da rede L3.
- virtualMachinesAssociatedIds
- IEnumerable<ResourceIdentifier>
Campo preterido. Esses campos serão vazios/omitidos. A lista de IDs de recursos de máquina virtual, excluindo todas as máquinas virtuais Híbridas do AKS, que estão atualmente usando essa rede L3.
- vlan
- Int64
A VLAN do l3IsolationDomain que é usado para essa rede.
Retornos
Uma nova NetworkCloudL3NetworkData instância para zombar.