MachineLearningServiceDataAccessAuthIdentity 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 MachineLearningServiceDataAccessAuthIdentity.
public readonly struct MachineLearningServiceDataAccessAuthIdentity : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningServiceDataAccessAuthIdentity>
type MachineLearningServiceDataAccessAuthIdentity = struct
Public Structure MachineLearningServiceDataAccessAuthIdentity
Implements IEquatable(Of MachineLearningServiceDataAccessAuthIdentity)
- Inheritance
-
MachineLearningServiceDataAccessAuthIdentity
- Implements
Constructors
MachineLearningServiceDataAccessAuthIdentity(String) |
Initializes a new instance of MachineLearningServiceDataAccessAuthIdentity. |
Properties
None |
Do not use any identity for service data access. |
WorkspaceSystemAssignedIdentity |
Use the system assigned managed identity of the Workspace to authenticate service data access. |
WorkspaceUserAssignedIdentity |
Use the user assigned managed identity of the Workspace to authenticate service data access. |
Methods
Equals(MachineLearningServiceDataAccessAuthIdentity) |
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(MachineLearningServiceDataAccessAuthIdentity, MachineLearningServiceDataAccessAuthIdentity) |
Determines if two MachineLearningServiceDataAccessAuthIdentity values are the same. |
Implicit(String to MachineLearningServiceDataAccessAuthIdentity) |
Converts a string to a MachineLearningServiceDataAccessAuthIdentity. |
Inequality(MachineLearningServiceDataAccessAuthIdentity, MachineLearningServiceDataAccessAuthIdentity) |
Determines if two MachineLearningServiceDataAccessAuthIdentity values are not the same. |
Applies to
Azure SDK for .NET