GranularityType.Implicit Operator

Definition

Overloads

Implicit(GranularityType to String)

Implicit operator to convert GranularityType to string

Implicit(String to GranularityType)

Implicit operator to convert string to GranularityType

Implicit(GranularityType to String)

Implicit operator to convert GranularityType to string

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

Parameters

e
GranularityType

the value to convert to an instance of GranularityType.

Returns

Applies to

Implicit(String to GranularityType)

Implicit operator to convert string to GranularityType

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

Parameters

value
String

the value to convert to an instance of GranularityType.

Returns

Applies to