MachineLearningComputeInstanceAuthorizationType 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 Compute Instance Authorization type. Available values are personal (default).
public readonly struct MachineLearningComputeInstanceAuthorizationType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceAuthorizationType>
type MachineLearningComputeInstanceAuthorizationType = struct
Public Structure MachineLearningComputeInstanceAuthorizationType
Implements IEquatable(Of MachineLearningComputeInstanceAuthorizationType)
- Inheritance
-
MachineLearningComputeInstanceAuthorizationType
- Implements
Constructors
MachineLearningComputeInstanceAuthorizationType(String) |
Initializes a new instance of MachineLearningComputeInstanceAuthorizationType. |
Properties
Personal |
personal. |
Methods
Equals(MachineLearningComputeInstanceAuthorizationType) |
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(MachineLearningComputeInstanceAuthorizationType, MachineLearningComputeInstanceAuthorizationType) |
Determines if two MachineLearningComputeInstanceAuthorizationType values are the same. |
Implicit(String to MachineLearningComputeInstanceAuthorizationType) |
Converts a string to a MachineLearningComputeInstanceAuthorizationType. |
Inequality(MachineLearningComputeInstanceAuthorizationType, MachineLearningComputeInstanceAuthorizationType) |
Determines if two MachineLearningComputeInstanceAuthorizationType values are not the same. |
Applies to
Azure SDK for .NET