ControlPlaneAclPatchProperties Class

Definition

Access Control List (ACL) configurations patch properties.

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

Constructors

Name Description
ControlPlaneAclPatchProperties()

Initializes a new instance of ControlPlaneAclPatchProperties.

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

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

IJsonModel<ControlPlaneAclPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlaneAclPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to