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 code/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/