SolutionPlan interface
Plan for solution object supported by the OperationsManagement resource provider.
Properties
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. |
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 |
promotion |
promotionCode, Not really used now, can you left as empty |
publisher | Publisher name. For gallery solution, it is Microsoft. |
Property Details
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.
name?: string
Property Value
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
product?: string
Property Value
string
promotionCode
promotionCode, Not really used now, can you left as empty
promotionCode?: string
Property Value
string
publisher
Publisher name. For gallery solution, it is Microsoft.
publisher?: string
Property Value
string