GetReplicaHealthUsingPolicyResponse type

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

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