AppsGetSettingsResponse type
Innehåller svarsdata för getSettings-åtgärden.
type AppsGetSettingsResponse = ApplicationSettings & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationSettings
}
}