Freigeben über


CmkIdentityType.Implicit Operator

Definition

Overloads

Implicit(CmkIdentityType to String)

Implicit operator to convert CmkIdentityType to string

Implicit(String to CmkIdentityType)

Implicit operator to convert string to CmkIdentityType

Implicit(CmkIdentityType to String)

Implicit operator to convert CmkIdentityType to string

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

Parameters

e
CmkIdentityType

the value to convert to an instance of CmkIdentityType.

Returns

Applies to

Implicit(String to CmkIdentityType)

Implicit operator to convert string to CmkIdentityType

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

Parameters

value
String

the value to convert to an instance of CmkIdentityType.

Returns

Applies to