IAccessControlListPatchProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPatchPropertiesTypeConverter))]
public interface IAccessControlListPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAccessControlListPatchableProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPatchPropertiesTypeConverter))>]
type IAccessControlListPatchProperties = interface
    interface IJsonSerializable
    interface IAccessControlListPatchableProperties
    interface IAnnotationResource
Public Interface IAccessControlListPatchProperties
Implements IAccessControlListPatchableProperties, IAnnotationResource
Derived
Attributes
Implements

Properties

Name Description
AclsUrl

Access Control List file URL.

(Inherited from IAccessControlListPatchableProperties)
Annotation

Switch configuration description.

(Inherited from IAnnotationResource)
ConfigurationType

Input method to configure Access Control List.

(Inherited from IAccessControlListPatchableProperties)
DefaultAction

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

(Inherited from IAccessControlListPatchableProperties)
DynamicMatchConfiguration

List of dynamic match configurations.

(Inherited from IAccessControlListPatchableProperties)
MatchConfiguration

List of match configurations.

(Inherited from IAccessControlListPatchableProperties)

Methods

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

Applies to