Uses of Class
org.jclouds.azurecompute.arm.domain.SKU
-
Packages that use SKU Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of SKU in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return SKU Modifier and Type Method Description static SKU
SKU. create(String location, String name, String id, String family)
abstract SKU
Disk. sku()
The sku of the diskabstract SKU
Resource. sku()
abstract SKU
VaultProperties. sku()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type SKU Modifier and Type Method Description static Disk
Disk. create(String id, String name, String location, String type, SKU sku, DiskProperties properties, Map<String,String> tags)
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 VaultProperties
VaultProperties. create(String tenantId, URI vaultUri, Boolean enabledForDeployment, Boolean enabledForTemplateDeployment, Boolean enableSoftDelete, String createMode, SKU sku, List<VaultProperties.AccessPolicyEntry> accessPolicies)
abstract Disk.Builder
Disk.Builder. sku(SKU sku)
abstract VaultProperties.Builder
VaultProperties.Builder. sku(SKU sku)
-
Uses of SKU in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type SKU Modifier and Type Method Description List<SKU>
OSImageApi. listSKUs(String publisher, String offer)
List SKUs in offer
-