Virtual Machine Scale Sets - Set Orchestration Service State
De eigenschap ServiceState voor een bepaalde service wijzigen
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/setOrchestrationServiceState?api-version=2024-07-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
De naam van de resourcegroep. |
subscription
|
path | True |
string |
Abonnementsreferenties die het Microsoft Azure-abonnement uniek identificeren. De abonnements-id maakt deel uit van de URI voor elke serviceoproep. |
vm
|
path | True |
string |
De naam van de virtuele-machineschaalset die moet worden gemaakt of bijgewerkt. |
api-version
|
query | True |
string |
Client-API-versie. |
Aanvraagbody
Name | Vereist | Type | Description |
---|---|---|---|
action | True |
De actie die moet worden uitgevoerd. |
|
serviceName | True |
De naam van de service. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
202 Accepted |
Geaccepteerd |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
Virtual |
Virtual |
VirtualMachineScaleSet_SetOrchestrationServiceState_MaximumSet_Gen
Voorbeeldaanvraag
POST https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/rgcompute/providers/Microsoft.Compute/virtualMachineScaleSets/aaaaaaaaaaaaaaaa/setOrchestrationServiceState?api-version=2024-07-01
{
"serviceName": "AutomaticRepairs",
"action": "Resume"
}
Voorbeeldrespons
location: https://foo.com/operationstatus
VirtualMachineScaleSet_SetOrchestrationServiceState_MinimumSet_Gen
Voorbeeldaanvraag
POST https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/rgcompute/providers/Microsoft.Compute/virtualMachineScaleSets/aaaaaaaaaaaaaaaaaaaaaaaa/setOrchestrationServiceState?api-version=2024-07-01
{
"serviceName": "AutomaticRepairs",
"action": "Resume"
}
Voorbeeldrespons
location: https://foo.com/operationstatus
Definities
Name | Description |
---|---|
Api |
Api-fout. |
Api |
Api-foutbasis. |
Cloud |
Een foutreactie van de Compute-service. |
Inner |
Interne foutdetails. |
Orchestration |
De naam van de service. |
Orchestration |
De actie die moet worden uitgevoerd. |
Orchestration |
De invoer voor OrchestrationServiceState |
ApiError
Api-fout.
Name | Type | Description |
---|---|---|
code |
string |
De foutcode. |
details |
Details van de API-fout |
|
innererror |
De interne API-fout |
|
message |
string |
Het foutbericht. |
target |
string |
Het doel van de specifieke fout. |
ApiErrorBase
Api-foutbasis.
Name | Type | Description |
---|---|---|
code |
string |
De foutcode. |
message |
string |
Het foutbericht. |
target |
string |
Het doel van de specifieke fout. |
CloudError
Een foutreactie van de Compute-service.
Name | Type | Description |
---|---|---|
error |
Api-fout. |
InnerError
Interne foutdetails.
Name | Type | Description |
---|---|---|
errordetail |
string |
Het interne foutbericht of de uitzonderingsdump. |
exceptiontype |
string |
Het uitzonderingstype. |
OrchestrationServiceNames
De naam van de service.
Name | Type | Description |
---|---|---|
AutomaticRepairs |
string |
OrchestrationServiceStateAction
De actie die moet worden uitgevoerd.
Name | Type | Description |
---|---|---|
Resume |
string |
|
Suspend |
string |
OrchestrationServiceStateInput
De invoer voor OrchestrationServiceState
Name | Type | Description |
---|---|---|
action |
De actie die moet worden uitgevoerd. |
|
serviceName |
De naam van de service. |