Software Update Configuration Machine Runs - Get By Id
Haal één software-updateconfiguratiemachine op die wordt uitgevoerd op id.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns/{softwareUpdateConfigurationMachineRunId}?api-version=2023-11-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
automation
|
path | True |
string |
De naam van het Automation-account. |
resource
|
path | True |
string |
Naam van een Azure-resourcegroep. Regex-patroon: |
software
|
path | True |
string uuid |
De id van de configuratiecomputer voor software-updates wordt uitgevoerd. |
subscription
|
path | True |
string |
Hiermee worden abonnementsreferenties opgehaald waarmee het Microsoft Azure-abonnement uniek wordt geïdentificeerd. De abonnements-id maakt deel uit van de URI voor elke service-aanroep. |
api-version
|
query | True |
string |
Client-API-versie. |
Aanvraagkoptekst
Name | Vereist | Type | Description |
---|---|---|---|
clientRequestId |
string |
Identificeert deze specifieke clientaanvraag. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Eén configuratiecomputer voor software-updates wordt uitgevoerd. |
|
Other Status Codes |
Automatiseringsfoutreactie 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
Get software update configuration machine run
Voorbeeldaanvraag
GET https://management.azure.com/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Automation/automationAccounts/myaccount/softwareUpdateConfigurationMachineRuns/ca440719-34a4-4234-a1a9-3f84faf7788f?api-version=2023-11-01
Voorbeeldrespons
{
"id": "/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Automation/automationAccounts/myaccount/softwareUpdateConfigurationMachineRuns/ca440719-34a4-4234-a1a9-3f84faf7788f",
"name": "ca440719-34a4-4234-a1a9-3f84faf7788f",
"properties": {
"targetComputer": "/subscriptions/51766542-3ed7-4a72-a187-0c8ab644ddab/resourceGroups/mygroup/providers/Microsoft.Compute/virtualMachines/myvm",
"targetComputerType": "AzureVirtualMachines",
"softwareUpdateConfiguration": {
"name": "mypatch"
},
"status": "Succeeded",
"osType": "Windows",
"correlationId": "0b943e57-44d3-4f05-898c-6e92aa617e59",
"sourceComputerId": "3d3f24bf-7037-424e-bfba-aae3b9752f8e",
"startTime": "2017-10-23T02:33:30.7484961+00:00",
"endTime": "2017-10-23T02:33:36.4166667+00:00",
"configuredDuration": "PT2H",
"job": {},
"error": {},
"creationTime": "2017-10-23T02:33:30.7484961+00:00",
"lastModifiedBy": "",
"lastModifiedTime": "2017-10-23T02:34:32.4366667+00:00"
}
}
Definities
Name | Description |
---|---|
Error |
Foutreactie van een bewerkingsfout |
job |
Software-updateconfiguratiecomputer voert taaknavigatie-eigenschappen uit. |
software |
Configuratie van software-updatecomputeruitvoeringsmodel. |
update |
Software-updateconfiguratie Navigatiemodel uitvoeren. |
ErrorResponse
Foutreactie van een bewerkingsfout
Name | Type | Description |
---|---|---|
code |
string |
Foutcode |
message |
string |
Foutbericht dat aangeeft waarom de bewerking is mislukt. |
jobNavigation
Software-updateconfiguratiecomputer voert taaknavigatie-eigenschappen uit.
Name | Type | Description |
---|---|---|
id |
string |
Id van de taak die is gekoppeld aan de uitvoering van de software-updateconfiguratie |
softwareUpdateConfigurationMachineRun
Configuratie van software-updatecomputeruitvoeringsmodel.
Name | Type | Description |
---|---|---|
id |
string |
Resource-id van de uitvoering van de software-updateconfiguratiecomputer |
name |
string |
Naam van de uitvoering van de configuratiecomputer voor software-update |
properties.configuredDuration |
string |
geconfigureerde duur voor de uitvoering van de software-updateconfiguratie. |
properties.correlationId |
string |
correlatie-id van de uitvoering van de software-updateconfiguratiecomputer |
properties.createdBy |
string |
de eigenschap createdBy, die alleen wordt weergegeven in het antwoord. |
properties.creationTime |
string |
Aanmaaktijd van de resource, die alleen wordt weergegeven in het antwoord. |
properties.endTime |
string |
Eindtijd van de uitvoering van de configuratiecomputer voor software-updates. |
properties.error |
Details van inrichtingsfout |
|
properties.job |
Taak die is gekoppeld aan de uitvoering van de configuratiecomputer voor software-update |
|
properties.lastModifiedBy |
string |
de eigenschap lastModifiedBy, die alleen wordt weergegeven in het antwoord. |
properties.lastModifiedTime |
string |
De laatste keer dat de resource is gewijzigd, wordt alleen weergegeven in het antwoord. |
properties.osType |
string |
Het besturingssysteemdoel van de software-updateconfiguratie heeft deze uitvoering geactiveerd |
properties.softwareUpdateConfiguration |
software-updateconfiguratie heeft deze uitvoering geactiveerd |
|
properties.sourceComputerId |
string |
broncomputer-id van de uitvoering van de software-updateconfiguratiecomputer |
properties.startTime |
string |
Begintijd van de uitvoering van de configuratiecomputer voor software-updates. |
properties.status |
string |
Status van de uitvoering van de configuratiecomputer voor software-updates. |
properties.targetComputer |
string |
naam van de bijgewerkte computer |
properties.targetComputerType |
string |
type van de bijgewerkte computer. |
updateConfigurationNavigation
Software-updateconfiguratie Navigatiemodel uitvoeren.
Name | Type | Description |
---|---|---|
name |
string |
Naam van de software-updateconfiguratie die de configuratie-uitvoering van de software-update heeft geactiveerd |