INetworkTapPatchableParametersDestinationsItem Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapPatchableParametersDestinationsItemTypeConverter))]
public interface INetworkTapPatchableParametersDestinationsItem : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IDestinationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapPatchableParametersDestinationsItemTypeConverter))>]
type INetworkTapPatchableParametersDestinationsItem = interface
interface IJsonSerializable
interface IDestinationProperties
Public Interface INetworkTapPatchableParametersDestinationsItem
Implements IDestinationProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DestinationId |
The destination Id. ARM Resource ID of either NNI or Internal Networks. (Inherited from IDestinationProperties) |
| DestinationTapRuleId |
ARM Resource ID of destination Tap Rule that contains match configurations. (Inherited from IDestinationProperties) |
| DestinationType |
Type of destination. Input can be IsolationDomain or Direct. (Inherited from IDestinationProperties) |
| IsolationDomainPropertyEncapsulation |
Type of encapsulation. (Inherited from IDestinationProperties) |
| IsolationDomainPropertyNeighborGroupId |
List of Neighbor Group IDs. (Inherited from IDestinationProperties) |
| Name |
Destination name. (Inherited from IDestinationProperties) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |