DataAccessAuthMode Struct
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 readonly struct DataAccessAuthMode : IEquatable<Azure.ResourceManager.Compute.Models.DataAccessAuthMode>
type DataAccessAuthMode = struct
Public Structure DataAccessAuthMode
Implements IEquatable(Of DataAccessAuthMode)
- Inheritance
-
DataAccessAuthMode
- Implements
Constructors
DataAccessAuthMode(String) |
Initializes a new instance of DataAccessAuthMode. |
Properties
AzureActiveDirectory |
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 |
No additional authentication would be performed when accessing export/upload URL. |
Methods
Equals(DataAccessAuthMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DataAccessAuthMode, DataAccessAuthMode) |
Determines if two DataAccessAuthMode values are the same. |
Implicit(String to DataAccessAuthMode) |
Converts a String to a DataAccessAuthMode. |
Inequality(DataAccessAuthMode, DataAccessAuthMode) |
Determines if two DataAccessAuthMode values are not the same. |
Applies to
Azure SDK for .NET