ControlPlaneAclActionPatch Class

Definition

Control Plane Access Control List (ACL) Actions.

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

Constructors

Name Description
ControlPlaneAclActionPatch()

Initializes a new instance of ControlPlaneAclActionPatch.

Properties

Name Description
ActionType

Type of actions that can be performed.

RemarkComment

Remark comment.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ControlPlaneAclActionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclActionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclActionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlaneAclActionPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to