ControlPlaneAclAction Class

Definition

Control Plane Access Control List (ACL) Actions.

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

Constructors

Name Description
ControlPlaneAclAction()

Initializes a new instance of ControlPlaneAclAction.

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

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

IJsonModel<ControlPlaneAclAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlaneAclAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to