Partager via


ReservationReportSchema.Implicit Operator

Definition

Overloads

Implicit(String to ReservationReportSchema)

Implicit operator to convert string to ReservationReportSchema

Implicit(ReservationReportSchema to String)

Implicit operator to convert ReservationReportSchema to string

Implicit(String to ReservationReportSchema)

Implicit operator to convert string to ReservationReportSchema

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

Parameters

value
String

the value to convert to an instance of ReservationReportSchema.

Returns

Applies to

Implicit(ReservationReportSchema to String)

Implicit operator to convert ReservationReportSchema to string

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

Parameters

e
ReservationReportSchema

the value to convert to an instance of ReservationReportSchema.

Returns

Applies to