GetDeployedApplicationInfoListResponse type

Содержит данные ответа для операции getDeployedApplicationInfoList.

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