GetClusterHealthChunkResponse type
getClusterHealthChunk işlemi için yanıt verilerini içerir.
type GetClusterHealthChunkResponse = ClusterHealthChunk & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterHealthChunk
}
}