Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PurchasePlan |
VirtualMachineImage.plan() |
PurchasePlan |
PurchasePlan.withName(String name)
Set the plan ID.
|
PurchasePlan |
PurchasePlan.withProduct(String product)
Set specifies the product of the image from the marketplace.
|
PurchasePlan |
PurchasePlan.withPublisher(String publisher)
Set the publisher ID.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithCreate |
VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
Specifies the purchase plan for the virtual machine.
|
VirtualMachine.DefinitionStages.WithCreate |
VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan,
String promotionCode)
Specifies the purchase plan for the virtual machine.
|
Copyright © 2019. All rights reserved.