次の方法で共有


GetClusterHealthUsingPolicyResponse type

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

type GetClusterHealthUsingPolicyResponse = ClusterHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ClusterHealth
  }
}