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 SKUSKU. create(String location, String name, String id, String family)abstract SKUDisk. sku()The sku of the diskabstract SKUResource. sku()abstract SKUVaultProperties. sku()Methods in org.jclouds.azurecompute.arm.domain with parameters of type SKU Modifier and Type Method Description static DiskDisk. create(String id, String name, String location, String type, SKU sku, DiskProperties properties, Map<String,String> tags)static ResourceResource. 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 VaultPropertiesVaultProperties. create(String tenantId, URI vaultUri, Boolean enabledForDeployment, Boolean enabledForTemplateDeployment, Boolean enableSoftDelete, String createMode, SKU sku, List<VaultProperties.AccessPolicyEntry> accessPolicies)abstract Disk.BuilderDisk.Builder. sku(SKU sku)abstract VaultProperties.BuilderVaultProperties.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
-