AccessControlListPortCondition Class

Definition

Defines the port condition that needs to be matched.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPortConditionTypeConverter))]
public class AccessControlListPortCondition : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAccessControlListPortCondition, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPortConditionTypeConverter))>]
type AccessControlListPortCondition = class
    interface IAccessControlListPortCondition
    interface IJsonSerializable
    interface IPortCondition
    interface IValidates
Public Class AccessControlListPortCondition
Implements IAccessControlListPortCondition, IValidates
Inheritance
AccessControlListPortCondition
Attributes
Implements

Constructors

Name Description
AccessControlListPortCondition()

Creates an new AccessControlListPortCondition instance.

Properties

Name Description
Flag

List of protocol flags that need to be matched.

Layer4Protocol

Layer4 protocol type that needs to be matched.

Port

List of the Ports that need to be matched.

PortGroupName

List of the port Group Names that need to be matched.

PortType

Port type that needs to be matched.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccessControlListPortCondition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccessControlListPortCondition.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccessControlListPortCondition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to