次の方法で共有


AppsListEndpointsResponse type

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

type AppsListEndpointsResponse = { [propertyName: string]: string } & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: { [propertyName: string]: string }
  }
}