ControlPlaneAclProperties Class

Definition

Access Control List (ACL) configurations properties.

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

Constructors

Name Description
ControlPlaneAclProperties()

Initializes a new instance of ControlPlaneAclProperties.

Properties

Name Description
IPAddressType

IP Address Type. IPv4 or IPv6.

MatchConfigurations

Access Control List (ACL) match configurations.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ControlPlaneAclProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlaneAclProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to