Share via


AssetStorageEncryptionFormat.Implicit Operator

Definition

Overloads

Implicit(AssetStorageEncryptionFormat to String)

Implicit operator to convert AssetStorageEncryptionFormat to string

Implicit(String to AssetStorageEncryptionFormat)

Implicit operator to convert string to AssetStorageEncryptionFormat

Implicit(AssetStorageEncryptionFormat to String)

Implicit operator to convert AssetStorageEncryptionFormat to string

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

Parameters

Returns

Applies to

Implicit(String to AssetStorageEncryptionFormat)

Implicit operator to convert string to AssetStorageEncryptionFormat

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

Parameters

value
String

Returns

Applies to