SettingsUpdateResponse type
Obsahuje data odpovědí pro operaci aktualizace.
type SettingsUpdateResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}