Compartir a través de


NetworkTapData Constructor

Definición

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

Ubicación.

networkPacketBrokerId
ResourceIdentifier

Id. de recurso de ARM del Agente de paquetes de red.

destinations
IEnumerable<NetworkTapPropertiesDestinationsItem>

Lista de destinos para enviar el tráfico de filtro.

Excepciones

networkPacketBrokerId o destinations es null.

Se aplica a