SolutionProperties interface
Solution properties supported by the OperationsManagement resource provider.
Properties
contained |
The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted. |
provisioning |
The provisioning state for the solution. NOTE: This property will not be serialized. It can only be populated by the server. |
referenced |
The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution. |
workspace |
The azure resourceId for the workspace where the solution will be deployed/enabled. |
Property Details
containedResources
The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.
containedResources?: string[]
Property Value
string[]
provisioningState
The provisioning state for the solution. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
referencedResources
The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.
referencedResources?: string[]
Property Value
string[]
workspaceResourceId
The azure resourceId for the workspace where the solution will be deployed/enabled.
workspaceResourceId: string
Property Value
string
Azure SDK for JavaScript