ReservationBillingPlan Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. ReservationBillingPlan
- com.
- com.
public final class ReservationBillingPlan
extends ExpandableStringEnum<ReservationBillingPlan>
Represent the billing plans.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Reservation |
MONTHLY
Static value Monthly for Reservation |
|
static final
Reservation |
UPFRONT
Static value Upfront for Reservation |
Constructor Summary
| Constructor | Description |
|---|---|
| ReservationBillingPlan() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Reservation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Reservation |
fromString(String name)
Creates or finds a Reservation |
|
static
Collection<Reservation |
values()
Gets known Reservation |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MONTHLY
public static final ReservationBillingPlan MONTHLY
Static value Monthly for ReservationBillingPlan.
UPFRONT
public static final ReservationBillingPlan UPFRONT
Static value Upfront for ReservationBillingPlan.
Constructor Details
ReservationBillingPlan
@Deprecated
public ReservationBillingPlan()
Deprecated
Creates a new instance of ReservationBillingPlan value.
Method Details
fromString
public static ReservationBillingPlan fromString(String name)
Creates or finds a ReservationBillingPlan from its string representation.
Parameters:
Returns:
values
public static Collection<ReservationBillingPlan> values()
Gets known ReservationBillingPlan values.
Returns: