ManagedServiceIdentityType.Implicit Operator

Definition

Overloads

Implicit(ManagedServiceIdentityType to String)

Implicit operator to convert ManagedServiceIdentityType to string

Implicit(String to ManagedServiceIdentityType)

Implicit operator to convert string to ManagedServiceIdentityType

Implicit(ManagedServiceIdentityType to String)

Implicit operator to convert ManagedServiceIdentityType to string

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

Parameters

e
ManagedServiceIdentityType

the value to convert to an instance of ManagedServiceIdentityType.

Returns

Applies to

Implicit(String to ManagedServiceIdentityType)

Implicit operator to convert string to ManagedServiceIdentityType

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

Parameters

value
String

the value to convert to an instance of ManagedServiceIdentityType.

Returns

Applies to