SoftwareUpdateConfigurationsCreateResponse type
Содержит данные ответа для операции создания.
type SoftwareUpdateConfigurationsCreateResponse =
SoftwareUpdateConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfiguration
}
}