Interface Application.UpdateStages.WithKind

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

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

    Modifier and Type
    Method
    Description
    Specifies the kind property: The kind of the managed application.
  • Method Details

    • withKind

      Application.Update withKind(String kind)
      Specifies the kind property: The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog..
      Parameters:
      kind - The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.
      Returns:
      the next definition stage.