public static interface VirtualMachine.DefinitionStages.WithPlan
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithCreate |
withPlan(PurchasePlan plan)
Specifies the purchase plan for the virtual machine.
|
VirtualMachine.DefinitionStages.WithCreate |
withPromotionalPlan(PurchasePlan plan,
String promotionCode)
Specifies the purchase plan for the virtual machine.
|
VirtualMachine.DefinitionStages.WithCreate withPlan(PurchasePlan plan)
plan - a purchase planVirtualMachine.DefinitionStages.WithCreate withPromotionalPlan(PurchasePlan plan, String promotionCode)
plan - a purchase planpromotionCode - a promotion codeCopyright © 2019. All rights reserved.