Uses of Class
com.azure.resourcemanager.compute.models.DiskSku
-
Packages that use DiskSku Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DiskSku in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiskSku Modifier and Type Method Description DiskSkuDiskInner. sku()Get the sku property: The disks sku name.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type DiskSku Modifier and Type Method Description DiskInnerDiskInner. withSku(DiskSku sku)Set the sku property: The disks sku name. -
Uses of DiskSku in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DiskSku Modifier and Type Method Description DiskSkuDiskUpdate. sku()Get the sku property: The disks sku name.DiskSkuDiskSku. withName(DiskStorageAccountTypes name)Set the name property: The sku name.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskSku Modifier and Type Method Description static DiskSkuTypesDiskSkuTypes. fromDiskSku(DiskSku diskSku)Parses a value into a disk SKU type and creates a new DiskSkuType instance if not found among the existing ones.DiskUpdateDiskUpdate. withSku(DiskSku sku)Set the sku property: The disks sku name.
-