Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PurchasePlan |
VirtualMachineImageInner.plan()
Get the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineImageInner |
VirtualMachineImageInner.withPlan(PurchasePlan plan)
Set the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
|
Modifier and Type | Method and Description |
---|---|
PurchasePlan |
VirtualMachineImage.plan() |
PurchasePlan |
PurchasePlan.withName(String name)
Set the name property: The plan ID.
|
PurchasePlan |
PurchasePlan.withProduct(String product)
Set the product property: Specifies the product of the image from the marketplace.
|
PurchasePlan |
PurchasePlan.withPublisher(String publisher)
Set the publisher property: 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 © 2020 Microsoft Corporation. All rights reserved.