Skip to main content

solutions

Overview

Namesolutions
TypeResource
Idazure.operations_management.solutions

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource name.
locationstringResource location
planobjectPlan for solution object supported by the OperationsManagement resource provider.
propertiesobjectSolution properties supported by the OperationsManagement resource provider.
tagsobjectResource tags
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, solutionName, subscriptionIdRetrieves the user solution.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdRetrieves the solution list. It will retrieve both first party and third party solutions
list_by_subscriptionSELECTsubscriptionIdRetrieves the solution list. It will retrieve both first party and third party solutions
create_or_updateINSERTresourceGroupName, solutionName, subscriptionIdCreates or updates the Solution.
deleteDELETEresourceGroupName, solutionName, subscriptionIdDeletes the solution in the subscription.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdRetrieves the solution list. It will retrieve both first party and third party solutions
_list_by_subscriptionEXECsubscriptionIdRetrieves the solution list. It will retrieve both first party and third party solutions
updateEXECresourceGroupName, solutionName, subscriptionIdPatch a Solution. Only updating tags supported.