SoftwareUpdateConfigurationRunsGetByIdResponse type
Zawiera dane odpowiedzi dla operacji getById.
type SoftwareUpdateConfigurationRunsGetByIdResponse =
SoftwareUpdateConfigurationRun & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationRun
}
}