AppsGetSettingsResponse type
Obsahuje data odpovědí pro operaci getSettings.
type AppsGetSettingsResponse = ApplicationSettings & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationSettings
}
}