SolutionPlan Class
Plan for solution object supported by the OperationsManagement resource provider.
- Inheritance
-
SolutionPlan
Constructor
SolutionPlan(*, name: Optional[str] = None, publisher: Optional[str] = None, promotion_code: Optional[str] = None, product: Optional[str] = None, **kwargs)
Parameters
- name
- str
Required
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
- str
Required
name of the solution to enabled/add. For Microsoft published gallery solution
it should be in the format of OMSGallery/<solutionType>. This is case sensitive.
Feedback
Submit and view feedback for