GetReplicaInfoResponse type

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

type GetReplicaInfoResponse = ReplicaInfoUnion & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ReplicaInfoUnion
  }
}