Share via


DatabasePrincipalType.Implicit Operator

Definition

Overloads

Implicit(DatabasePrincipalType to String)

Implicit operator to convert DatabasePrincipalType to string

Implicit(String to DatabasePrincipalType)

Implicit operator to convert string to DatabasePrincipalType

Implicit(DatabasePrincipalType to String)

Implicit operator to convert 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

e
DatabasePrincipalType

the value to convert to an instance of DatabasePrincipalType.

Returns

Applies to

Implicit(String to DatabasePrincipalType)

Implicit operator to convert 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

the value to convert to an instance of DatabasePrincipalType.

Returns

Applies to