Uses of Class
com.azure.resourcemanager.compute.models.DiskSku
Packages that use DiskSku
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 DiskSkuMethods in com.azure.resourcemanager.compute.fluent.models with parameters of type DiskSku -
Uses of DiskSku in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DiskSkuMethods in com.azure.resourcemanager.compute.models that return DiskSkuModifier and TypeMethodDescriptionstatic DiskSkuDiskSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskSku from the JsonReader.DiskUpdate.sku()Get the sku property: The disks sku name.DiskSku.withName(DiskStorageAccountTypes name) Set the name property: The sku name.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskSkuModifier and TypeMethodDescriptionstatic 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.Set the sku property: The disks sku name.