Condividi tramite


AccountEncryptionKeyType.Implicit Operator

Definition

Overloads

Implicit(AccountEncryptionKeyType to String)

Implicit operator to convert AccountEncryptionKeyType to string

Implicit(String to AccountEncryptionKeyType)

Implicit operator to convert string to AccountEncryptionKeyType

Implicit(AccountEncryptionKeyType to String)

Implicit operator to convert AccountEncryptionKeyType to string

public static implicit operator string (Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyType e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyType -> string
Public Shared Widening Operator CType (e As AccountEncryptionKeyType) As String

Parameters

Returns

Applies to

Implicit(String to AccountEncryptionKeyType)

Implicit operator to convert string to AccountEncryptionKeyType

public static implicit operator Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyType (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyType
Public Shared Widening Operator CType (value As String) As AccountEncryptionKeyType

Parameters

value
String

Returns

Applies to