Share via


StorageAccountType.Implicit Operator

Definition

Overloads

Implicit(StorageAccountType to String)

Implicit operator to convert StorageAccountType to string

Implicit(String to StorageAccountType)

Implicit operator to convert string to StorageAccountType

Implicit(StorageAccountType to String)

Implicit operator to convert StorageAccountType to string

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

Parameters

Returns

Applies to

Implicit(String to StorageAccountType)

Implicit operator to convert string to StorageAccountType

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

Parameters

value
String

Returns

Applies to