NetworkTapPropertiesDestinationsItem Class

Definition

Destination.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapPropertiesDestinationsItemTypeConverter))]
public class NetworkTapPropertiesDestinationsItem : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapPropertiesDestinationsItem, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapPropertiesDestinationsItemTypeConverter))>]
type NetworkTapPropertiesDestinationsItem = class
    interface INetworkTapPropertiesDestinationsItem
    interface IJsonSerializable
    interface IDestinationProperties
    interface IValidates
Public Class NetworkTapPropertiesDestinationsItem
Implements INetworkTapPropertiesDestinationsItem, IValidates
Inheritance
NetworkTapPropertiesDestinationsItem
Attributes
Implements

Constructors

Name Description
NetworkTapPropertiesDestinationsItem()

Creates an new NetworkTapPropertiesDestinationsItem instance.

Properties

Name Description
DestinationId

The destination Id. ARM Resource ID of either NNI or Internal Networks.

DestinationTapRuleId

ARM Resource ID of destination Tap Rule that contains match configurations.

DestinationType

Type of destination. Input can be IsolationDomain or Direct.

IsolationDomainPropertyEncapsulation

Type of encapsulation.

IsolationDomainPropertyNeighborGroupId

List of Neighbor Group IDs.

Name

Destination name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkTapPropertiesDestinationsItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkTapPropertiesDestinationsItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapPropertiesDestinationsItem.

FromJsonString(String)

Creates a new instance of NetworkTapPropertiesDestinationsItem, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkTapPropertiesDestinationsItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to