次の方法で共有


StorageWorkloadType.Implicit Operator

Definition

Overloads

Implicit(StorageWorkloadType to String)

Implicit operator to convert StorageWorkloadType to string

Implicit(String to StorageWorkloadType)

Implicit operator to convert string to StorageWorkloadType

Implicit(StorageWorkloadType to String)

Implicit operator to convert StorageWorkloadType to string

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

Parameters

e
StorageWorkloadType

the value to convert to an instance of StorageWorkloadType.

Returns

Applies to

Implicit(String to StorageWorkloadType)

Implicit operator to convert string to StorageWorkloadType

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

Parameters

value
String

the value to convert to an instance of StorageWorkloadType.

Returns

Applies to