java.lang.Object
com.microsoft.azure.management.compute.DiskSku

public class DiskSku extends Object
The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, or UltraSSD_LRS.
  • Constructor Details

    • DiskSku

      public DiskSku()
  • Method Details

    • name

      public DiskStorageAccountTypes name()
      Get the sku name. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS'.
      Returns:
      the name value
    • withName

      public DiskSku withName(DiskStorageAccountTypes name)
      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

      public String tier()
      Get the sku tier.
      Returns:
      the tier value