GetNodeHealthUsingPolicyResponse type
getNodeHealthUsingPolicy işleminin yanıt verilerini içerir.
type GetNodeHealthUsingPolicyResponse = NodeHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: NodeHealth
}
}