AccessControlListMatchConfiguration Class

Definition

Defines the match configuration that are supported to filter the traffic.

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

Constructors

Name Description
AccessControlListMatchConfiguration()

Creates an new AccessControlListMatchConfiguration instance.

Properties

Name Description
Action

List of actions that need to be performed for the matched conditions.

IPAddressType

Type of IP Address. IPv4 or IPv6

MatchCondition

List of the match conditions.

MatchConfigurationName

The name of the match configuration.

SequenceNumber

Sequence Number of the match configuration.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccessControlListMatchConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccessControlListMatchConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccessControlListMatchConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to