ArmManagedNetworkFabricModelFactory.NetworkPacketBrokerData 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 NetworkPacketBrokerData.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkPacketBrokerData NetworkPacketBrokerData (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.Core.ResourceIdentifier networkFabricId = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> networkDeviceIds = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> sourceInterfaceIds = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> networkTapIds = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> neighborGroupIds = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default);
static member NetworkPacketBrokerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier * seq<Azure.Core.ResourceIdentifier> * seq<Azure.Core.ResourceIdentifier> * seq<Azure.Core.ResourceIdentifier> * seq<Azure.Core.ResourceIdentifier> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkPacketBrokerData
Public Shared Function NetworkPacketBrokerData (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 networkFabricId As ResourceIdentifier = Nothing, Optional networkDeviceIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional sourceInterfaceIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional networkTapIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional neighborGroupIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing) As NetworkPacketBrokerData
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.
- networkFabricId
- ResourceIdentifier
ID de recurso do ARM do Network Fabric.
- networkDeviceIds
- IEnumerable<ResourceIdentifier>
Lista de IDs de recursos arm de dispositivos de rede [NPB].
- sourceInterfaceIds
- IEnumerable<ResourceIdentifier>
Lista de adaptadores de rede em dispositivos NPB que são usados para espelho tráfego de origem.
- networkTapIds
- IEnumerable<ResourceIdentifier>
Lista de IDs de toque de rede configuradas no NPB.
- neighborGroupIds
- IEnumerable<ResourceIdentifier>
Lista de IDs de grupo vizinho configuradas no NPB.
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Estado de provisionamento do recurso.
Retornos
Uma nova NetworkPacketBrokerData instância para simulação.