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