GetDeployedServicePackageInfoListByNameResponse type

getDeployedServicePackageInfoListByName işleminin yanıt verilerini içerir.

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