次の方法で共有


ReportGranularityType.Implicit Operator

Definition

Overloads

Implicit(ReportGranularityType to String)

Implicit operator to convert ReportGranularityType to string

Implicit(String to ReportGranularityType)

Implicit operator to convert string to ReportGranularityType

Implicit(ReportGranularityType to String)

Implicit operator to convert ReportGranularityType to string

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

Parameters

e
ReportGranularityType

the value to convert to an instance of ReportGranularityType.

Returns

Applies to

Implicit(String to ReportGranularityType)

Implicit operator to convert string to ReportGranularityType

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

Parameters

value
String

the value to convert to an instance of ReportGranularityType.

Returns

Applies to