IPortCondition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.PortConditionTypeConverter))]
public interface IPortCondition : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.PortConditionTypeConverter))>]
type IPortCondition = interface
    interface IJsonSerializable
Public Interface IPortCondition
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to