IAccessControlListPatch Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPatchTypeConverter))]
public interface IAccessControlListPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ITagsUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPatchTypeConverter))>]
type IAccessControlListPatch = interface
    interface IJsonSerializable
    interface ITagsUpdate
Public Interface IAccessControlListPatch
Implements ITagsUpdate
Derived
Attributes
Implements

Properties

Name Description
AclsUrl

Access Control List file URL.

Annotation

Switch configuration description.

ConfigurationType

Input method to configure Access Control List.

DefaultAction

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

DynamicMatchConfiguration

List of dynamic match configurations.

MatchConfiguration

List of match configurations.

Tag

Resource tags

(Inherited from ITagsUpdate)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to