GetClusterHealthResponse type
getClusterHealth işleminin yanıt verilerini içerir.
type GetClusterHealthResponse = ClusterHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterHealth
}
}