Поделиться через


NetworkTapPatchableParametersDestinationsItem Class

Definition

Destination.

public class NetworkTapPatchableParametersDestinationsItem : Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapDestinationProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPatchableParametersDestinationsItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPatchableParametersDestinationsItem>
type NetworkTapPatchableParametersDestinationsItem = class
    inherit NetworkTapDestinationProperties
    interface IJsonModel<NetworkTapPatchableParametersDestinationsItem>
    interface IPersistableModel<NetworkTapPatchableParametersDestinationsItem>
Public Class NetworkTapPatchableParametersDestinationsItem
Inherits NetworkTapDestinationProperties
Implements IJsonModel(Of NetworkTapPatchableParametersDestinationsItem), IPersistableModel(Of NetworkTapPatchableParametersDestinationsItem)
Inheritance
NetworkTapPatchableParametersDestinationsItem
Implements

Constructors

NetworkTapPatchableParametersDestinationsItem()

Initializes a new instance of NetworkTapPatchableParametersDestinationsItem.

Properties

DestinationId

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

(Inherited from NetworkTapDestinationProperties)
DestinationTapRuleId

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

(Inherited from NetworkTapDestinationProperties)
DestinationType

Type of destination. Input can be IsolationDomain or Direct.

(Inherited from NetworkTapDestinationProperties)
IsolationDomainProperties

Isolation Domain Properties.

(Inherited from NetworkTapDestinationProperties)
Name

Destination name.

(Inherited from NetworkTapDestinationProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkTapDestinationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTapDestinationProperties)
IJsonModel<NetworkTapDestinationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTapDestinationProperties)
IJsonModel<NetworkTapPatchableParametersDestinationsItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkTapPatchableParametersDestinationsItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTapDestinationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTapDestinationProperties)
IPersistableModel<NetworkTapDestinationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTapDestinationProperties)
IPersistableModel<NetworkTapDestinationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTapDestinationProperties)
IPersistableModel<NetworkTapPatchableParametersDestinationsItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkTapPatchableParametersDestinationsItem>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkTapPatchableParametersDestinationsItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to