EndpointAuthMode 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.
[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 |