Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
abstract ImageReference |
ImageReference.Builder.build() |
static ImageReference |
ImageReference.create(String id,
String publisher,
String offer,
String sku,
String version) |
abstract ImageReference |
StorageProfile.imageReference()
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.imageReference(ImageReference imageReference) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.