AppsGetSettingsResponse type

包含 getSettings 作業的回應資料。

type AppsGetSettingsResponse = ApplicationSettings & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationSettings
  }
}