GetClusterHealthChunkResponse type
Enthält Antwortdaten für den getClusterHealthChunk-Vorgang.
type GetClusterHealthChunkResponse = ClusterHealthChunk & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterHealthChunk
}
}