Package | Description |
---|---|
org.jclouds.azurecompute.arm.compute.functions | |
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and Description |
---|---|
static Plan |
VMImageToImage.getMarketplacePlanFromImageMetadata(Image image) |
Modifier and Type | Method and Description |
---|---|
static Plan |
Plan.create(String publisher,
String name,
String product) |
abstract Plan |
VirtualMachine.plan()
Specifies the plan, for marketplace images
|
abstract Plan |
Version.VersionProperties.plan() |
abstract Plan |
Resource.plan() |
Modifier and Type | Method and Description |
---|---|
static Version.VersionProperties |
Version.VersionProperties.create(Plan plan,
Version.VersionProperties.OSDiskImage osDiskImage) |
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 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) |
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
VirtualMachineApi.createOrUpdate(String vmname,
String location,
VirtualMachineProperties properties,
Map<String,String> tags,
Plan plan) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.