Share via


ClientCredentialMethod Struct

Definition

The method that should be used to authenticate the user.

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

Fields

ClientSecretPost

Methods

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

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

Equals(ClientCredentialMethod)

Compares values of enum type ClientCredentialMethod

Equals(Object)

Compares values of enum type ClientCredentialMethod (override for Object)

GetHashCode()

Returns hashCode for enum ClientCredentialMethod

ToString()

Returns string representation for ClientCredentialMethod

Operators

Equality(ClientCredentialMethod, ClientCredentialMethod)

Overriding == operator for enum ClientCredentialMethod

Implicit(ClientCredentialMethod to String)

Implicit operator to convert ClientCredentialMethod to string

Implicit(String to ClientCredentialMethod)

Implicit operator to convert string to ClientCredentialMethod

Inequality(ClientCredentialMethod, ClientCredentialMethod)

Overriding != operator for enum ClientCredentialMethod

Applies to