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


CommonDynamicMatchConfiguration Class

Definition

Dynamic match configuration object.

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

Constructors

CommonDynamicMatchConfiguration()

Initializes a new instance of CommonDynamicMatchConfiguration.

Properties

IPGroups

List of IP Groups.

PortGroups

List of the port groups.

VlanGroups

List of vlan groups.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CommonDynamicMatchConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CommonDynamicMatchConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CommonDynamicMatchConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CommonDynamicMatchConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CommonDynamicMatchConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to