Aracılığıyla paylaş


EncryptionKekType.Implicit Operator

Definition

Overloads

Implicit(EncryptionKekType to String)

Implicit operator to convert EncryptionKekType to string

Implicit(String to EncryptionKekType)

Implicit operator to convert string to EncryptionKekType

Implicit(EncryptionKekType to String)

Implicit operator to convert EncryptionKekType to string

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

Parameters

e
EncryptionKekType

the value to convert to an instance of EncryptionKekType.

Returns

Applies to

Implicit(String to EncryptionKekType)

Implicit operator to convert string to EncryptionKekType

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

Parameters

value
String

the value to convert to an instance of EncryptionKekType.

Returns

Applies to