ControlPlaneAclMatchConfigurationPatchProperties Class

Definition

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

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

Constructors

Name Description
ControlPlaneAclMatchConfigurationPatchProperties()

Initializes a new instance of ControlPlaneAclMatchConfigurationPatchProperties.

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<ControlPlaneAclMatchConfigurationPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ControlPlaneAclMatchConfigurationPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclMatchConfigurationPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclMatchConfigurationPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlaneAclMatchConfigurationPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to