Aracılığıyla paylaş


CredentialsType.Implicit Operator

Definition

Overloads

Implicit(CredentialsType to String)

Implicit operator to convert CredentialsType to string

Implicit(String to CredentialsType)

Implicit operator to convert string to CredentialsType

Implicit(CredentialsType to String)

Implicit operator to convert CredentialsType to string

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

Parameters

e
CredentialsType

the value to convert to an instance of CredentialsType.

Returns

Applies to

Implicit(String to CredentialsType)

Implicit operator to convert string to CredentialsType

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

Parameters

value
String

the value to convert to an instance of CredentialsType.

Returns

Applies to