共用方式為


PrincipalType.Implicit Operator

Definition

Overloads

Implicit(PrincipalType to String)

Implicit operator to convert PrincipalType to string

Implicit(String to PrincipalType)

Implicit operator to convert string to PrincipalType

Implicit(PrincipalType to String)

Implicit operator to convert PrincipalType to string

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

Parameters

e
PrincipalType

the value to convert to an instance of PrincipalType.

Returns

Applies to

Implicit(String to PrincipalType)

Implicit operator to convert string to PrincipalType

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

Parameters

value
String

the value to convert to an instance of PrincipalType.

Returns

Applies to