MachineLearningEndpointAuthMode 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.
Enum to determine endpoint authentication mode.
public readonly struct MachineLearningEndpointAuthMode : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthMode>
type MachineLearningEndpointAuthMode = struct
Public Structure MachineLearningEndpointAuthMode
Implements IEquatable(Of MachineLearningEndpointAuthMode)
- Inheritance
-
MachineLearningEndpointAuthMode
- Implements
Constructors
MachineLearningEndpointAuthMode(String) |
Initializes a new instance of MachineLearningEndpointAuthMode. |
Properties
AadToken |
AADToken. |
AmlToken |
AMLToken. |
Key |
Key. |
Methods
Equals(MachineLearningEndpointAuthMode) |
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(MachineLearningEndpointAuthMode, MachineLearningEndpointAuthMode) |
Determines if two MachineLearningEndpointAuthMode values are the same. |
Implicit(String to MachineLearningEndpointAuthMode) |
Converts a string to a MachineLearningEndpointAuthMode. |
Inequality(MachineLearningEndpointAuthMode, MachineLearningEndpointAuthMode) |
Determines if two MachineLearningEndpointAuthMode values are not the same. |
Applies to
Azure SDK for .NET