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 Detail

      • withBasicSku

        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

        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

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