| Package | Description |
|---|---|
| org.jclouds.azurecompute.arm.domain | |
| org.jclouds.azurecompute.arm.features |
| Modifier and Type | Method and Description |
|---|---|
abstract VirtualMachineProperties |
VirtualMachineProperties.Builder.build() |
static VirtualMachineProperties |
VirtualMachineProperties.create(String vmId,
String licenseType,
IdReference availabilitySet,
HardwareProfile hardwareProfile,
StorageProfile storageProfile,
OSProfile osProfile,
NetworkProfile networkProfile,
DiagnosticsProfile diagnosticsProfile,
VirtualMachineProperties.ProvisioningState provisioningState) |
abstract VirtualMachineProperties |
VirtualMachine.properties()
Specifies the properties of the vm
|
| Modifier and Type | Method and Description |
|---|---|
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.properties(VirtualMachineProperties properties) |
| 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.