MachineLearningComputeInstanceAuthorizationType Struct

Definition

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