GetDeployedApplicationInfoResponse type

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

type GetDeployedApplicationInfoResponse = DeployedApplicationInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DeployedApplicationInfo
  }
}