Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and Description |
---|---|
abstract ImageProperties |
ImageProperties.Builder.build() |
static ImageProperties |
ImageProperties.create(IdReference sourceVirtualMachine,
StorageProfile storageProfile,
String provisioningState) |
abstract ImageProperties |
Image.properties()
The image properties.
|
Modifier and Type | Method and Description |
---|---|
static Image |
Image.create(String id,
String name,
String location,
ImageProperties properties,
Map<String,String> tags) |
abstract Image.Builder |
Image.Builder.properties(ImageProperties properties) |
Modifier and Type | Method and Description |
---|---|
Image |
ImageApi.createOrUpdate(String imageName,
String location,
ImageProperties properties) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.