次の方法で共有


GetDeployedApplicationInfoListResponse type

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

type GetDeployedApplicationInfoListResponse =
  PagedDeployedApplicationInfoList & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: PagedDeployedApplicationInfoList
    }
  }