DataAccessAuthMode 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.
Additional authentication requirements when exporting or uploading to a disk or snapshot.
public enum DataAccessAuthMode
type DataAccessAuthMode =
Public Enum DataAccessAuthMode
- Inheritance
-
DataAccessAuthMode
Fields
| Name | Value | Description |
|---|---|---|
| AzureActiveDirectory | 0 | When export/upload URL is used, the system checks if the user has an identity in Azure Active Directory and has necessary permissions to export/upload the data. Please refer to aka.ms/DisksAzureADAuth. |
| None | 1 | No additional authentication would be performed when accessing export/upload URL. |