GetClusterHealthResponse type
A getClusterHealth művelet válaszadatait tartalmazza.
type GetClusterHealthResponse = ClusterHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterHealth
}
}