Megosztás:


GetDeployedServicePackageInfoListResponse type

A getDeployedServicePackageInfoList művelet válaszadatait tartalmazza.

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