Dela via


ClientCredentialMethod.Implicit Operator

Definition

Overloads

Implicit(ClientCredentialMethod to String)

Implicit operator to convert ClientCredentialMethod to string

Implicit(String to ClientCredentialMethod)

Implicit operator to convert string to ClientCredentialMethod

Implicit(ClientCredentialMethod to String)

Implicit operator to convert ClientCredentialMethod to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ClientCredentialMethod e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ClientCredentialMethod -> string
Public Shared Widening Operator CType (e As ClientCredentialMethod) As String

Parameters

e
ClientCredentialMethod

the value to convert to an instance of ClientCredentialMethod.

Returns

Applies to

Implicit(String to ClientCredentialMethod)

Implicit operator to convert string to ClientCredentialMethod

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ClientCredentialMethod (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ClientCredentialMethod
Public Shared Widening Operator CType (value As String) As ClientCredentialMethod

Parameters

value
String

the value to convert to an instance of ClientCredentialMethod.

Returns

Applies to