Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
abstract OSDisk |
OSDisk.Builder.build() |
static OSDisk |
OSDisk.create(String osType,
String name,
VHD vhd,
String caching,
String createOption,
VHD image,
ManagedDiskParameters managedDiskParamenters,
String storageAccountType) |
abstract OSDisk |
StorageProfile.osDisk()
The image reference of the storage profile
|
Modifier and Type | Method and Description |
---|---|
static StorageProfile |
StorageProfile.create(ImageReference imageReference,
OSDisk osDisk,
List<DataDisk> dataDisks) |
abstract StorageProfile.Builder |
StorageProfile.Builder.osDisk(OSDisk osDisk) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.