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


CommonMatchConditions Class

Definition

Defines the common match conditions of the ACL and Network Tap Rule.

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

Constructors

CommonMatchConditions()

Initializes a new instance of CommonMatchConditions.

Properties

IPCondition

IP condition that needs to be matched.

ProtocolTypes

List of the protocols that need to be matched.

VlanMatchCondition

Vlan match condition that needs to be matched.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CommonMatchConditions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CommonMatchConditions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CommonMatchConditions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CommonMatchConditions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CommonMatchConditions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to