GetReplicaHealthResponse type

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

type GetReplicaHealthResponse = ReplicaHealthUnion & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ReplicaHealthUnion
  }
}