GetPartitionHealthResponse type

Содержит данные ответа для операции getPartitionHealth.

type GetPartitionHealthResponse = PartitionHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PartitionHealth
  }
}