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

Required. The azure resourceId for the workspace where the solution will be deployed/enabled.

contained_resources
list[str]
Required

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.

referenced_resources
list[str]
Required

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.