Uses of Class
com.azure.resourcemanager.compute.models.DiskSkuTypes
Packages that use DiskSkuTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiskSkuTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DiskSkuTypesModifier and TypeFieldDescriptionstatic final DiskSkuTypesDiskSkuTypes.PREMIUM_LRSStatic value PREMIUM_LRS for DiskSkuTypes.static final DiskSkuTypesDiskSkuTypes.PREMIUM_V2_LRSStatic value PREMIUM_V2_LRS for DiskSkuTypes.static final DiskSkuTypesDiskSkuTypes.STANDARD_LRSStatic value STANDARD_LRS for DiskSkuTypes.static final DiskSkuTypesDiskSkuTypes.STANDARD_SSD_LRSStatic value STANDARD_SSD_LRS for DiskSkuTypes.static final DiskSkuTypesDiskSkuTypes.ULTRA_SSD_LRSStatic value ULTRA_SSD_LRS for DiskSkuTypes.Methods in com.azure.resourcemanager.compute.models that return DiskSkuTypesModifier and TypeMethodDescriptionComputeSku.diskSkuType()The managed disk or snapshot sku type if the sku describes sku for disk or snapshot resource type.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.static DiskSkuTypesDiskSkuTypes.fromStorageAccountType(DiskStorageAccountTypes value) Parses a value into a disk SKU type and creates a new DiskSkuType instance if not found among the existing ones.Disk.sku()static DiskSkuTypes[]DiskSkuTypes.values()Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskSkuTypesMethods in com.azure.resourcemanager.compute.models with parameters of type DiskSkuTypesModifier and TypeMethodDescriptionGalleryImage.UpdateStages.WithDisallowed.withoutUnsupportedDiskType(DiskSkuTypes diskType) Specifies the disk type should be removed from the unsupported disk type.Disk.DefinitionStages.WithSku.withSku(DiskSkuTypes sku) Specifies the SKU.Disk.UpdateStages.WithSku.withSku(DiskSkuTypes sku) Specifies the SKU.GalleryImage.DefinitionStages.WithDisallowed.withUnsupportedDiskType(DiskSkuTypes diskType) Specifies the disk type not supported by the image.GalleryImage.UpdateStages.WithDisallowed.withUnsupportedDiskType(DiskSkuTypes diskType) Specifies the disk type not supported by the image.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DiskSkuTypesModifier and TypeMethodDescriptionGalleryImage.DefinitionStages.WithDisallowed.withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes) Specifies the disk types not supported by the image.GalleryImage.UpdateStages.WithDisallowed.withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes) Specifies the disk types not supported by the image.