NetworkAccessPolicy 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.
Policy for accessing the disk via network.
public enum NetworkAccessPolicy
type NetworkAccessPolicy =
Public Enum NetworkAccessPolicy
- Inheritance
-
NetworkAccessPolicy
Fields
| Name | Value | Description |
|---|---|---|
| AllowAll | 0 | The disk can be exported or uploaded to from any network. |
| AllowPrivate | 1 | The disk can be exported or uploaded to using a DiskAccess resource's private endpoints. |
| DenyAll | 2 | The disk cannot be exported. |