Compartilhar via


NetworkTapData Construtor

Definição

Inicializa uma nova instância de NetworkTapData.

public NetworkTapData (Azure.Core.AzureLocation location, Azure.Core.ResourceIdentifier networkPacketBrokerId, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPropertiesDestinationsItem> destinations);
new Azure.ResourceManager.ManagedNetworkFabric.NetworkTapData : Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPropertiesDestinationsItem> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkTapData
Public Sub New (location As AzureLocation, networkPacketBrokerId As ResourceIdentifier, destinations As IEnumerable(Of NetworkTapPropertiesDestinationsItem))

Parâmetros

location
AzureLocation

O local.

networkPacketBrokerId
ResourceIdentifier

ID do recurso ARM do Agente de Pacotes de Rede.

destinations
IEnumerable<NetworkTapPropertiesDestinationsItem>

Lista de destinos para enviar o tráfego de filtro.

Exceções

networkPacketBrokerId ou destinations é nulo.

Aplica-se a