Uses of Class
org.jclouds.azurecompute.arm.domain.Plan
Packages that use Plan
Package
Description
-
Uses of Plan in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions that return PlanModifier and TypeMethodDescriptionstatic Plan
VMImageToImage.createMarketplacePlanIfPresent
(Image image, AzureTemplateOptions templateOptions) In case that image is offered from Azure Marketplace then it requires to provide "Plan Information" (publisher/name/product) when creating VM from such an image. -
Uses of Plan in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return PlanModifier and TypeMethodDescriptionstatic Plan
abstract Plan
Resource.plan()
abstract Plan
Version.VersionProperties.plan()
abstract Plan
VirtualMachine.plan()
Specifies the plan, for marketplace imagesMethods in org.jclouds.azurecompute.arm.domain with parameters of type PlanModifier and TypeMethodDescriptionstatic Resource
Resource.create
(String id, String name, String type, String location, Map<String, String> tags, Resource.Identity identity, SKU sku, String managedBy, String kind, Plan plan, Resource.ResourceProperties properties) static Version.VersionProperties
Version.VersionProperties.create
(Plan plan, Version.VersionProperties.OSDiskImage osDiskImage) static VirtualMachine
VirtualMachine.create
(String id, String name, String type, String location, Map<String, String> tags, VirtualMachineProperties properties, Plan plan) abstract VirtualMachine.Builder
-
Uses of Plan in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type PlanModifier and TypeMethodDescriptionVirtualMachineApi.createOrUpdate
(String vmname, String location, VirtualMachineProperties properties, Map<String, String> tags, Plan plan)