| Modifier and Type | Method and Description |
|---|---|
Plan |
VirtualMachineUpdate.plan()
Get specifies information about the marketplace image used to create the virtual machine.
|
Plan |
VirtualMachineScaleSetUpdate.plan()
Get the purchase plan when deploying a virtual machine scale set from VM Marketplace images.
|
Plan |
VirtualMachine.plan() |
Plan |
Plan.withName(String name)
Set the plan ID.
|
Plan |
Plan.withProduct(String product)
Set specifies the product of the image from the marketplace.
|
Plan |
Plan.withPromotionCode(String promotionCode)
Set the promotion code.
|
Plan |
Plan.withPublisher(String publisher)
Set the publisher ID.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUpdate |
VirtualMachineUpdate.withPlan(Plan plan)
Set specifies information about the marketplace image used to create the virtual machine.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withPlan(Plan plan)
Set the purchase plan when deploying a virtual machine scale set from VM Marketplace images.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/