AuthenticationMethod 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 mode of client authentication.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AuthenticationMethodTypeConverter))]
public struct AuthenticationMethod : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AuthenticationMethod>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.AuthenticationMethodTypeConverter))>]
type AuthenticationMethod = struct
interface IArgumentCompleter
Public Structure AuthenticationMethod
Implements IArgumentCompleter, IEquatable(Of AuthenticationMethod)
- Inheritance
-
AuthenticationMethod
- Attributes
- Implements
Fields
Aad | |
Token |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AuthenticationMethod) |
Compares values of enum type AuthenticationMethod |
Equals(Object) |
Compares values of enum type AuthenticationMethod (override for Object) |
GetHashCode() |
Returns hashCode for enum AuthenticationMethod |
ToString() |
Returns string representation for AuthenticationMethod |
Operators
Equality(AuthenticationMethod, AuthenticationMethod) |
Overriding == operator for enum AuthenticationMethod |
Implicit(AuthenticationMethod to String) |
Implicit operator to convert AuthenticationMethod to string |
Implicit(String to AuthenticationMethod) |
Implicit operator to convert string to AuthenticationMethod |
Inequality(AuthenticationMethod, AuthenticationMethod) |
Overriding != operator for enum AuthenticationMethod |