NetworkFabricAccessControlListPatch Class

Definition

The Access Control Lists patch resource definition.

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

Constructors

Name Description
NetworkFabricAccessControlListPatch()

Initializes a new instance of NetworkFabricAccessControlListPatch.

Properties

Name Description
AclsUri

Access Control List file URL.

AclType

Access Control List (ACL) Type.

Annotation

Switch configuration description.

ConfigurationType

Input method to configure Access Control List.

ControlPlaneAclConfiguration

Access Control List (ACL) configurations.

DefaultAction

Default action that needs to be applied when no condition is matched. Example: Permit | Deny.

DeviceRole

Device Role.

DynamicMatchConfigurations

List of dynamic match configurations.

GlobalAccessControlListActionsEnableCount

Configuration to enable or disable ACL action count.

MatchConfigurations

List of match configurations.

Tags

Resource tags.

(Inherited from NetworkRackPatch)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricAccessControlListPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkRackPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkRackPatch)
IJsonModel<NetworkRackPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkRackPatch)
IPersistableModel<NetworkFabricAccessControlListPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricAccessControlListPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricAccessControlListPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkRackPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkRackPatch)
IPersistableModel<NetworkRackPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkRackPatch)
IPersistableModel<NetworkRackPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkRackPatch)

Applies to