| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static DiskSkuTypes |
DiskSkuTypes.PREMIUM_LRS
Static value PREMIUM_LRS for DiskSkuTypes.
|
static DiskSkuTypes |
DiskSkuTypes.STANDARD_LRS
Static value STANDARD_LRS for DiskSkuTypes.
|
static DiskSkuTypes |
DiskSkuTypes.STANDARD_SSD_LRS
Static value STANDARD_SSD_LRS for DiskSkuTypes.
|
static DiskSkuTypes |
DiskSkuTypes.ULTRA_SSD_LRS
Static value ULTRA_SSD_LRS for DiskSkuTypes.
|
| Modifier and Type | Method and Description |
|---|---|
DiskSkuTypes |
ComputeSku.diskSkuType()
The managed disk or snapshot sku type if the sku describes sku for disk or snapshot resource type.
|
static DiskSkuTypes |
DiskSkuTypes.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 DiskSkuTypes |
DiskSkuTypes.fromStorageAccountType(DiskStorageAccountTypes value)
Parses a value into a disk SKU type and creates a new DiskSkuType instance if not found among the existing ones.
|
DiskSkuTypes |
Disk.sku() |
static DiskSkuTypes[] |
DiskSkuTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
GalleryImage.Update |
GalleryImage.UpdateStages.WithDisallowed.withoutUnsupportedDiskType(DiskSkuTypes diskType)
Specifies the disk type should be removed from the unsupported disk type.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithSku.withSku(DiskSkuTypes sku)
Specifies the SKU.
|
Disk.Update |
Disk.UpdateStages.WithSku.withSku(DiskSkuTypes sku)
Specifies the SKU.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithDisallowed.withUnsupportedDiskType(DiskSkuTypes diskType)
Specifies the disk type not supported by the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithDisallowed.withUnsupportedDiskType(DiskSkuTypes diskType)
Specifies the disk type not supported by the image.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.