次の方法で共有


GetDeployedServicePackageInfoListByNameResponse type

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

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