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 PlanVMImageToImage. 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 PlanPlan. create(String publisher, String name, String product)abstract PlanResource. plan()abstract PlanVersion.VersionProperties. plan()abstract PlanVirtualMachine. plan()Specifies the plan, for marketplace imagesMethods in org.jclouds.azurecompute.arm.domain with parameters of type Plan Modifier and Type Method Description static ResourceResource. 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.VersionPropertiesVersion.VersionProperties. create(Plan plan, Version.VersionProperties.OSDiskImage osDiskImage)static VirtualMachineVirtualMachine. create(String id, String name, String type, String location, Map<String,String> tags, VirtualMachineProperties properties, Plan plan)abstract VirtualMachine.BuilderVirtualMachine.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 VirtualMachineVirtualMachineApi. createOrUpdate(String vmname, String location, VirtualMachineProperties properties, Map<String,String> tags, Plan plan)
-