AccessControlListPortCondition Class
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.
Defines the port condition that needs to be matched.
public class AccessControlListPortCondition : Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricPortCondition
type AccessControlListPortCondition = class
inherit NetworkFabricPortCondition
Public Class AccessControlListPortCondition
Inherits NetworkFabricPortCondition
- Inheritance
Constructors
AccessControlListPortCondition(Layer4Protocol) |
Initializes a new instance of AccessControlListPortCondition. |
Properties
Flags |
List of protocol flags that need to be matched. |
Layer4Protocol |
Layer4 protocol type that needs to be matched. (Inherited from NetworkFabricPortCondition) |
PortGroupNames |
List of the port Group Names that need to be matched. (Inherited from NetworkFabricPortCondition) |
Ports |
List of the Ports that need to be matched. (Inherited from NetworkFabricPortCondition) |
PortType |
Port type that needs to be matched. (Inherited from NetworkFabricPortCondition) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET