IAccessControlListPortCondition 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.AccessControlListPortConditionTypeConverter))]
public interface IAccessControlListPortCondition : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPortCondition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListPortConditionTypeConverter))>]
type IAccessControlListPortCondition = interface
interface IJsonSerializable
interface IPortCondition
Public Interface IAccessControlListPortCondition
Implements IPortCondition
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Flag |
List of protocol flags that need to be matched. |
| Layer4Protocol |
Layer4 protocol type that needs to be matched. (Inherited from IPortCondition) |
| Port |
List of the Ports that need to be matched. (Inherited from IPortCondition) |
| PortGroupName |
List of the port Group Names that need to be matched. (Inherited from IPortCondition) |
| PortType |
Port type that needs to be matched. (Inherited from IPortCondition) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |