GetNodeHealthUsingPolicyResponse type
包含 getNodeHealthUsingPolicy作的响应数据。
type GetNodeHealthUsingPolicyResponse = NodeHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: NodeHealth
}
}