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