INetworkTapProperties.Destination Property

Definition

List of destinations to send the filter traffic.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of destinations to send the filter traffic.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapPropertiesDestinationsItem) }, Read=true, ReadOnly=false, Required=true, SerializedName="destinations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapPropertiesDestinationsItem> Destination { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of destinations to send the filter traffic.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapPropertiesDestinationsItem) }, Read=true, ReadOnly=false, Required=true, SerializedName="destinations", Update=true)>]
member this.Destination : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapPropertiesDestinationsItem> with get, set
Public Property Destination As List(Of INetworkTapPropertiesDestinationsItem)

Property Value

Attributes

Applies to