AppsGetSettingsResponse type
Enthält Antwortdaten für den getSettings-Vorgang.
type AppsGetSettingsResponse = ApplicationSettings & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationSettings
}
}