Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownNetworkAccessPolicy

Package version

Known values of NetworkAccessPolicy that the service accepts.

Index

Enumeration members

Enumeration members

AllowAll

AllowAll: = "AllowAll"

The disk can be exported or uploaded to from any network.

AllowPrivate

AllowPrivate: = "AllowPrivate"

The disk can be exported or uploaded to using a DiskAccess resource's private endpoints.

DenyAll

DenyAll: = "DenyAll"

The disk cannot be exported.

Generated using TypeDoc