次の方法で共有


GetNodeHealthUsingPolicyResponse type

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

type GetNodeHealthUsingPolicyResponse = NodeHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: NodeHealth
  }
}