次の方法で共有


GetDeployedCodePackageInfoListResponse type

getDeployedCodePackageInfoList 操作の応答データを格納します。

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