Class SnapshotSku

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

public class SnapshotSku extends Object
The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot.
  • Constructor Details

    • SnapshotSku

      public SnapshotSku()
  • Method Details

    • name

      Get the sku name. Possible values include: 'Standard_LRS', 'Premium_LRS', 'Standard_ZRS'.
      Returns:
      the name value
    • withName

      public SnapshotSku withName(SnapshotStorageAccountTypes name)
      Set the sku name. Possible values include: 'Standard_LRS', 'Premium_LRS', 'Standard_ZRS'.
      Parameters:
      name - the name value to set
      Returns:
      the SnapshotSku object itself.
    • tier

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