Uses of Class
com.azure.resourcemanager.compute.models.DiskSkuTypes
-
Packages that use DiskSkuTypes Package Description com.azure.resourcemanager.compute.models 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 DiskSkuTypes Modifier and Type Field Description static DiskSkuTypesDiskSkuTypes. PREMIUM_LRSStatic value PREMIUM_LRS for DiskSkuTypes.static DiskSkuTypesDiskSkuTypes. STANDARD_LRSStatic value STANDARD_LRS for DiskSkuTypes.static DiskSkuTypesDiskSkuTypes. STANDARD_SSD_LRSStatic value STANDARD_SSD_LRS for DiskSkuTypes.static DiskSkuTypesDiskSkuTypes. ULTRA_SSD_LRSStatic value ULTRA_SSD_LRS for DiskSkuTypes.Methods in com.azure.resourcemanager.compute.models that return DiskSkuTypes Modifier and Type Method Description DiskSkuTypesComputeSku. 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.DiskSkuTypesDisk. sku()static DiskSkuTypes[]DiskSkuTypes. values()Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskSkuTypes Modifier and Type Method Description List<DiskSkuTypes>GalleryImage. unsupportedDiskTypes()Methods in com.azure.resourcemanager.compute.models with parameters of type DiskSkuTypes Modifier and Type Method Description GalleryImage.UpdateGalleryImage.UpdateStages.WithDisallowed. withoutUnsupportedDiskType(DiskSkuTypes diskType)Specifies the disk type should be removed from the unsupported disk type.Disk.DefinitionStages.WithCreateDisk.DefinitionStages.WithSku. withSku(DiskSkuTypes sku)Specifies the SKU.Disk.UpdateDisk.UpdateStages.WithSku. withSku(DiskSkuTypes sku)Specifies the SKU.GalleryImage.DefinitionStages.WithCreateGalleryImage.DefinitionStages.WithDisallowed. withUnsupportedDiskType(DiskSkuTypes diskType)Specifies the disk type not supported by the image.GalleryImage.UpdateGalleryImage.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 DiskSkuTypes Modifier and Type Method Description GalleryImage.DefinitionStages.WithCreateGalleryImage.DefinitionStages.WithDisallowed. withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes)Specifies the disk types not supported by the image.GalleryImage.UpdateGalleryImage.UpdateStages.WithDisallowed. withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes)Specifies the disk types not supported by the image.
-