NetworkFabricAccessControlListData Class

Definition

A class representing the NetworkFabricAccessControlList data model. The Access Control List resource definition.

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

Constructors

Name Description
NetworkFabricAccessControlListData(AzureLocation, Nullable<NetworkFabricConfigurationType>)

Initializes a new instance of NetworkFabricAccessControlListData.

Properties

Name Description
AclsUri

Access Control List file URL.

AclType

Access Control List (ACL) Type.

AdministrativeState

Administrative state of the resource.

Annotation

Switch configuration description.

ConfigurationState

Configuration state of the resource.

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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LastOperationDetails

Details status of the last operation performed on the resource.

LastSyncedOn

The last synced timestamp.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
MatchConfigurations

List of match configurations.

Name

The name of the resource.

(Inherited from ResourceData)
NetworkFabricIds

Associated Network Fabric Resource IDs.

ProvisioningState

Provisioning state of the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricAccessControlListData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricAccessControlListData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricAccessControlListData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricAccessControlListData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to