GetClusterHealthChunkResponse type
getClusterHealthChunk 操作の応答データが含まれています。
type GetClusterHealthChunkResponse = ClusterHealthChunk & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClusterHealthChunk
}
}