Uses of Class
org.jclouds.azurecompute.arm.domain.SKU
Packages that use SKU
-
Uses of SKU in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return SKUModifier and TypeMethodDescriptionstatic SKU
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 SKUModifier and TypeMethodDescriptionstatic 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
abstract VaultProperties.Builder
-
Uses of SKU in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type SKU