GetNodeHealthUsingPolicyResponse type
A getNodeHealthUsingPolicy művelet válaszadatait tartalmazza.
type GetNodeHealthUsingPolicyResponse = NodeHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: NodeHealth
}
}