Interface Application.UpdateStages.WithSku

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

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

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

    • withSku

      Application.Update withSku(Sku sku)
      Specifies the sku property: The SKU of the resource..
      Parameters:
      sku - The SKU of the resource.
      Returns:
      the next definition stage.