SoftwareUpdateConfigurationRunsGetByIdResponse type
Enthält Antwortdaten für den getById-Vorgang.
type SoftwareUpdateConfigurationRunsGetByIdResponse =
SoftwareUpdateConfigurationRun & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationRun
}
}