SoftwareUpdateConfigurationRunsListResponse type
Obsahuje data odpovědi pro operaci seznamu.
type SoftwareUpdateConfigurationRunsListResponse =
SoftwareUpdateConfigurationRunListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationRunListResult
}
}