Description | : Creates or updates the Solution. |
Reference | : Link ¶ |
⚼ Request
PUT:
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}
{
subscriptionId:
string
,
resourceGroupName:
string
,
api-version:
string
,
solutionName:
string
,
parameters:
}
{
,
id:
string
,
name:
string
,
type:
string
,
location:
string
,
tags:
object
,
plan:
{
,
name:
string
,
publisher:
string
,
promotionCode:
string
,
product:
string
,
}
properties:
}
{
,
workspaceResourceId:
string
,
provisioningState:
string
,
containedResources:
[
,
string
,
]
referencedResources:
}
[
,
string
,
]
⚐ Response (201)
{
id:
string
,
name:
string
,
type:
string
,
location:
string
,
tags:
object
,
plan:
{
,
name:
string
,
publisher:
string
,
promotionCode:
string
,
product:
string
,
}
properties:
}
{
,
workspaceResourceId:
string
,
provisioningState:
string
,
containedResources:
[
,
string
,
]
referencedResources:
}
[
,
string
,
]
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}