共用方式為


ReportConfigColumnType.Implicit Operator

Definition

Overloads

Implicit(ReportConfigColumnType to String)

Implicit operator to convert ReportConfigColumnType to string

Implicit(String to ReportConfigColumnType)

Implicit operator to convert string to ReportConfigColumnType

Implicit(ReportConfigColumnType to String)

Implicit operator to convert ReportConfigColumnType to string

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

Parameters

e
ReportConfigColumnType

the value to convert to an instance of ReportConfigColumnType.

Returns

Applies to

Implicit(String to ReportConfigColumnType)

Implicit operator to convert string to ReportConfigColumnType

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

Parameters

value
String

the value to convert to an instance of ReportConfigColumnType.

Returns

Applies to