| Description | : Generates an update run for a given auto upgrade profile. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "AutoUpgradeProfileOperations_GenerateUpdateRun",
"Description": {
"new": "Generates an update run for a given auto upgrade profile.",
"old": "A long-running resource action."
}
}
⚼ Request
POST:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/autoUpgradeProfiles/{autoUpgradeProfileName}/generateUpdateRun
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
fleetName:
string
,
autoUpgradeProfileName:
string
,
}
⚐ Response (200)
{
id:
string
,
}
⚐ Response (202)
{
azure-asyncoperation:
string
,
if-match:
string
,
location:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}