Interface Registry.UpdateStages.WithSku

All Known Subinterfaces:
Registry.Update
Enclosing interface:
Registry.UpdateStages

public static interface Registry.UpdateStages.WithSku
The stage of the registry definition allowing to specify the SKU type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.
    Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.
    Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.
  • Method Details

    • withBasicSku

      @Beta(V1_4_0) Registry.Update withBasicSku()
      Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.
      Returns:
      the next stage of the definition
    • withStandardSku

      @Beta(V1_4_0) Registry.Update withStandardSku()
      Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.
      Returns:
      the next stage of the definition
    • withPremiumSku

      @Beta(V1_4_0) Registry.Update withPremiumSku()
      Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.
      Returns:
      the next stage of the definition