你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EndpointAuthMode Struct

Definition

Enum to determine endpoint authentication mode.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthModeTypeConverter))]
public struct EndpointAuthMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointAuthModeTypeConverter))>]
type EndpointAuthMode = struct
    interface IArgumentCompleter
Public Structure EndpointAuthMode
Implements IArgumentCompleter, IEquatable(Of EndpointAuthMode)
Inheritance
EndpointAuthMode
Attributes
Implements

Fields

AadToken
AmlToken
Key

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(EndpointAuthMode)

Compares values of enum type EndpointAuthMode

Equals(Object)

Compares values of enum type EndpointAuthMode (override for Object)

GetHashCode()

Returns hashCode for enum EndpointAuthMode

ToString()

Returns string representation for EndpointAuthMode

Operators

Equality(EndpointAuthMode, EndpointAuthMode)

Overriding == operator for enum EndpointAuthMode

Implicit(EndpointAuthMode to String)

Implicit operator to convert EndpointAuthMode to string

Implicit(String to EndpointAuthMode)

Implicit operator to convert string to EndpointAuthMode

Inequality(EndpointAuthMode, EndpointAuthMode)

Overriding != operator for enum EndpointAuthMode

Applies to