SystemDatastoresAuthMode 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.
The auth mode used for accessing the system datastores of the workspace.
public readonly struct SystemDatastoresAuthMode : IEquatable<Azure.ResourceManager.MachineLearning.Models.SystemDatastoresAuthMode>
type SystemDatastoresAuthMode = struct
Public Structure SystemDatastoresAuthMode
Implements IEquatable(Of SystemDatastoresAuthMode)
- Inheritance
-
SystemDatastoresAuthMode
- Implements
Constructors
| Name | Description |
|---|---|
| SystemDatastoresAuthMode(String) |
Initializes a new instance of SystemDatastoresAuthMode. |
Properties
| Name | Description |
|---|---|
| AccessKey |
Gets the AccessKey. |
| Identity |
Gets the Identity. |
| UserDelegationSAS |
Gets the UserDelegationSAS. |
Methods
| Name | Description |
|---|---|
| Equals(SystemDatastoresAuthMode) |
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
| Name | Description |
|---|---|
| Equality(SystemDatastoresAuthMode, SystemDatastoresAuthMode) |
Determines if two SystemDatastoresAuthMode values are the same. |
| Implicit(String to Nullable<SystemDatastoresAuthMode>) | |
| Implicit(String to SystemDatastoresAuthMode) |
Converts a string to a SystemDatastoresAuthMode. |
| Inequality(SystemDatastoresAuthMode, SystemDatastoresAuthMode) |
Determines if two SystemDatastoresAuthMode values are not the same. |