Class DiskSku
java.lang.Object
com.microsoft.azure.management.compute.DiskSku
The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, or
UltraSSD_LRS.
-
Constructor Details
-
DiskSku
public DiskSku()
-
-
Method Details
-
name
Get the sku name. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS'.- Returns:
- the name value
-
withName
Set the sku name. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS'.- Parameters:
name
- the name value to set- Returns:
- the DiskSku object itself.
-
tier
Get the sku tier.- Returns:
- the tier value
-