NetworkTapData コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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))
パラメーター
- location
- AzureLocation
場所。
- networkPacketBrokerId
- ResourceIdentifier
ネットワーク パケット ブローカーの ARM リソース ID。
- destinations
- IEnumerable<NetworkTapPropertiesDestinationsItem>
フィルター トラフィックを送信する宛先の一覧。
例外
networkPacketBrokerId
または destinations
が null です。