SoftwareUpdateConfigurationRunsGetByIdResponse type
Contiene i dati di risposta per l'operazione getById.
type SoftwareUpdateConfigurationRunsGetByIdResponse =
SoftwareUpdateConfigurationRun & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationRun
}
}