ServiceFabricManagedNetworkTrafficAccess Enum
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.
The network traffic is allowed or denied.
public enum ServiceFabricManagedNetworkTrafficAccess
type ServiceFabricManagedNetworkTrafficAccess =
Public Enum ServiceFabricManagedNetworkTrafficAccess
- Inheritance
-
ServiceFabricManagedNetworkTrafficAccess
Fields
| Name | Value | Description |
|---|---|---|
| Allow | 0 | The network traffic is allowed. |
| Deny | 1 | The network traffic is denied. |