ControlPlaneAclMatchConfigurationProperties Class

Definition

Control Plane Access Control List (ACL) match configurations properties.

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

Constructors

Name Description
ControlPlaneAclMatchConfigurationProperties()

Initializes a new instance of ControlPlaneAclMatchConfigurationProperties.

Properties

Name Description
Action

Action that need to be performed for the matched conditions.

MatchCondition

Match conditions.

MatchConfigurationName

The name of the match configuration.

SequenceNumber

Sequence Number of the match configuration.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ControlPlaneAclMatchConfigurationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ControlPlaneAclMatchConfigurationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclMatchConfigurationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclMatchConfigurationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlaneAclMatchConfigurationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to