GetNodeHealthUsingPolicyResponse type
Содержит данные ответа для операции getNodeHealthUsingPolicy.
type GetNodeHealthUsingPolicyResponse = NodeHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: NodeHealth
}
}