AccessControlListPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Access Control Lists patch resource definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPatchTypeConverter))]
public class AccessControlListPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAccessControlListPatch, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPatchTypeConverter))>]
type AccessControlListPatch = class
interface IAccessControlListPatch
interface IJsonSerializable
interface ITagsUpdate
interface IValidates
Public Class AccessControlListPatch
Implements IAccessControlListPatch, IValidates
- Inheritance
-
AccessControlListPatch
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AccessControlListPatch() |
Creates an new AccessControlListPatch instance. |
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 |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccessControlListPatch. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccessControlListPatch. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAccessControlListPatch. |
| FromJsonString(String) |
Creates a new instance of AccessControlListPatch, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccessControlListPatch into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |