NetworkACL 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.
Network ACL
public class NetworkACL
type NetworkACL = class
Public Class NetworkACL
- Inheritance
-
NetworkACL
- Derived
Constructors
| Name | Description |
|---|---|
| NetworkACL() |
Initializes a new instance of the NetworkACL class. |
| NetworkACL(IList<String>, IList<String>) |
Initializes a new instance of the NetworkACL class. |
Properties
| Name | Description |
|---|---|
| Allow |
Gets or sets allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. |
| Deny |
Gets or sets denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. |