DatabasePrincipalType.Implicit Operator

Definition

Overloads

Implicit(DatabasePrincipalType to String)
Implicit(String to DatabasePrincipalType)

Implicit(DatabasePrincipalType to String)

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

Parameters

Returns

String

Applies to

Implicit(String to DatabasePrincipalType)

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

Parameters

value
String

Returns

DatabasePrincipalType

Applies to