次の方法で共有


GetClusterLoadResponse type

getClusterLoad 操作の応答データが含まれています。

type GetClusterLoadResponse = ClusterLoadInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ClusterLoadInfo
  }
}