次の方法で共有


AppsGetSettingsResponse type

getSettings 操作の応答データを格納します。

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