Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SolutionPlan

Package version

interface

An interface representing SolutionPlan. Plan for solution object supported by the OperationsManagement resource provider.

Hierarchy

  • SolutionPlan

Index

Properties

Optional name

name: undefined | string
member

{string} [name] name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything.

Optional product

product: undefined | string
member

{string} [product] name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/. This is case sensitive

Optional promotionCode

promotionCode: undefined | string
member

{string} [promotionCode] promotionCode, Not really used now, can you left as empty

Optional publisher

publisher: undefined | string
member

{string} [publisher] Publisher name. For gallery solution, it is Microsoft.

Generated using TypeDoc