Aracılığıyla paylaş


ReservationBillingPlan.Implicit Operator

Definition

Overloads

Implicit(ReservationBillingPlan to String)

Implicit operator to convert ReservationBillingPlan to string

Implicit(String to ReservationBillingPlan)

Implicit operator to convert string to ReservationBillingPlan

Implicit(ReservationBillingPlan to String)

Implicit operator to convert ReservationBillingPlan to string

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

Parameters

e
ReservationBillingPlan

the value to convert to an instance of ReservationBillingPlan.

Returns

Applies to

Implicit(String to ReservationBillingPlan)

Implicit operator to convert string to ReservationBillingPlan

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

Parameters

value
String

the value to convert to an instance of ReservationBillingPlan.

Returns

Applies to