NetworkAccessPolicy type

Policy for accessing the disk via network.
KnownNetworkAccessPolicy can be used interchangeably with NetworkAccessPolicy, this enum contains the known values that the service supports.

Known values supported by the service

AllowAll: The disk can be exported or uploaded to from any network.
AllowPrivate: The disk can be exported or uploaded to using a DiskAccess resource's private endpoints.
DenyAll: The disk cannot be exported.

type NetworkAccessPolicy = string