ManagedIdentityTypes.Implicit Operator

Definition

Overloads

Implicit(ManagedIdentityTypes to String)
Implicit(String to ManagedIdentityTypes)

Implicit(ManagedIdentityTypes to String)

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

Parameters

Returns

String

Applies to

Implicit(String to ManagedIdentityTypes)

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

Parameters

value
String

Returns

ManagedIdentityTypes

Applies to