Uses of Class
org.jclouds.azurecompute.arm.domain.Plan
-
Packages that use Plan Package Description org.jclouds.azurecompute.arm.compute.functions org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Plan in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions that return Plan Modifier and Type Method Description static 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 Plan Modifier and Type Method Description static Plan
Plan. create(String publisher, String name, String product)
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 Plan Modifier and Type Method Description static 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
VirtualMachine.Builder. plan(Plan plan)
-
Uses of Plan in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type Plan Modifier and Type Method Description VirtualMachine
VirtualMachineApi. createOrUpdate(String vmname, String location, VirtualMachineProperties properties, Map<String,String> tags, Plan plan)
-