Compartilhar via


IdentityConfigurationType.Implicit Operator

Definition

Overloads

Implicit(IdentityConfigurationType to String)

Implicit operator to convert IdentityConfigurationType to string

Implicit(String to IdentityConfigurationType)

Implicit operator to convert string to IdentityConfigurationType

Implicit(IdentityConfigurationType to String)

Implicit operator to convert IdentityConfigurationType to string

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

Parameters

e
IdentityConfigurationType

the value to convert to an instance of IdentityConfigurationType.

Returns

Applies to

Implicit(String to IdentityConfigurationType)

Implicit operator to convert string to IdentityConfigurationType

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

Parameters

value
String

the value to convert to an instance of IdentityConfigurationType.

Returns

Applies to