Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and Description |
---|---|
static SKU |
SKU.create(String location,
String name,
String id,
String family) |
abstract SKU |
VaultProperties.sku() |
abstract SKU |
Resource.sku() |
abstract SKU |
Disk.sku()
The sku of the disk
|
Modifier and Type | Method and Description |
---|---|
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 Disk |
Disk.create(String id,
String name,
String location,
String type,
SKU sku,
DiskProperties properties,
Map<String,String> tags) |
static VaultProperties |
VaultProperties.create(String tenantId,
URI vaultUri,
Boolean enabledForDeployment,
Boolean enabledForTemplateDeployment,
Boolean enableSoftDelete,
String createMode,
SKU sku,
List<VaultProperties.AccessPolicyEntry> accessPolicies) |
abstract VaultProperties.Builder |
VaultProperties.Builder.sku(SKU sku) |
abstract Disk.Builder |
Disk.Builder.sku(SKU sku) |
Modifier and Type | Method and Description |
---|---|
List<SKU> |
OSImageApi.listSKUs(String publisher,
String offer)
List SKUs in offer
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.