ภาษา

MachineLearningEndpointAuthMode Struct

Definition

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

Name Description
MachineLearningEndpointAuthMode(String)

Initializes a new instance of MachineLearningEndpointAuthMode.

Properties

Name Description
AADToken

Gets the AADToken.

AMLToken

Gets the AMLToken.

Key

Gets the Key.

Methods

Name Description
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

Name Description
Equality(MachineLearningEndpointAuthMode, MachineLearningEndpointAuthMode)

Determines if two MachineLearningEndpointAuthMode values are the same.

Implicit(String to MachineLearningEndpointAuthMode)

Converts a string to a MachineLearningEndpointAuthMode.

Implicit(String to Nullable<MachineLearningEndpointAuthMode>)
Inequality(MachineLearningEndpointAuthMode, MachineLearningEndpointAuthMode)

Determines if two MachineLearningEndpointAuthMode values are not the same.

Applies to