SolutionProperties Class
Solution properties supported by the OperationsManagement resource provider.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
SolutionProperties
Constructor
SolutionProperties(*, workspace_resource_id: str, contained_resources: Optional[List[str]] = None, referenced_resources: Optional[List[str]] = None, **kwargs)
Parameters
- workspace_resource_id
- str
Required. The azure resourceId for the workspace where the solution will be deployed/enabled.
The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.
The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.
Variables
- provisioning_state
- str
The provisioning state for the solution.
Feedback
Submit and view feedback for