IPortCondition Interface
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.
[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) |