Sdílet prostřednictvím


ReportTimeframeType.Implicit Operator

Definition

Overloads

Implicit(ReportTimeframeType to String)

Implicit operator to convert ReportTimeframeType to string

Implicit(String to ReportTimeframeType)

Implicit operator to convert string to ReportTimeframeType

Implicit(ReportTimeframeType to String)

Implicit operator to convert ReportTimeframeType to string

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

Parameters

e
ReportTimeframeType

the value to convert to an instance of ReportTimeframeType.

Returns

Applies to

Implicit(String to ReportTimeframeType)

Implicit operator to convert string to ReportTimeframeType

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

Parameters

value
String

the value to convert to an instance of ReportTimeframeType.

Returns

Applies to