AccessControlListPatchableProperties Class

Definition

Access Control List Patch Properties defines the patchable resource properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPatchablePropertiesTypeConverter))]
public class AccessControlListPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAccessControlListPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPatchablePropertiesTypeConverter))>]
type AccessControlListPatchableProperties = class
    interface IAccessControlListPatchableProperties
    interface IJsonSerializable
Public Class AccessControlListPatchableProperties
Implements IAccessControlListPatchableProperties
Inheritance
AccessControlListPatchableProperties
Attributes
Implements

Constructors

Name Description
AccessControlListPatchableProperties()

Creates an new AccessControlListPatchableProperties instance.

Properties

Name Description
AclsUrl

Access Control List file URL.

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.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccessControlListPatchableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccessControlListPatchableProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAccessControlListPatchableProperties.

FromJsonString(String)

Creates a new instance of AccessControlListPatchableProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccessControlListPatchableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to