NetworkAccessPolicy Enum

Definition

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.

Applies to