Dela via


GetDeployedCodePackageInfoListResponse type

Innehåller svarsdata för åtgärden getDeployedCodePackageInfoList.

type GetDeployedCodePackageInfoListResponse = DeployedCodePackageInfo[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DeployedCodePackageInfo[]
  }
}