Interface ConfigurationStore.UpdateStages.WithSku

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

public static interface ConfigurationStore.UpdateStages.WithSku
The stage of the ConfigurationStore update allowing to specify sku.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSku(Sku sku)
    Specifies the sku property: The SKU of the configuration store..
  • Method Details

    • withSku

      Specifies the sku property: The SKU of the configuration store..
      Parameters:
      sku - The SKU of the configuration store.
      Returns:
      the next definition stage.