ReservationReportSchema.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
the value to convert to an instance of ReservationReportSchema.