Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Plan |
VirtualMachineUpdate.plan()
Get specifies information about the marketplace image used to create the virtual machine.
|
Plan |
VirtualMachine.plan() |
Plan |
VirtualMachineScaleSetUpdate.plan()
Get the purchase plan when deploying a virtual machine scale set from VM Marketplace images.
|
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 © 2019. All rights reserved.