GetDeployedServicePackageInfoListByNameResponse type

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

type GetDeployedServicePackageInfoListByNameResponse =
  DeployedServicePackageInfo[] & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DeployedServicePackageInfo[]
    }
  }