次の方法で共有


StorageType.Implicit Operator

Definition

Overloads

Implicit(StorageType to String)

Implicit operator to convert StorageType to string

Implicit(String to StorageType)

Implicit operator to convert string to StorageType

Implicit(StorageType to String)

Implicit operator to convert StorageType to string

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

Parameters

e
StorageType

the value to convert to an instance of StorageType.

Returns

Applies to

Implicit(String to StorageType)

Implicit operator to convert string to StorageType

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

Parameters

value
String

the value to convert to an instance of StorageType.

Returns

Applies to