Freigeben über


GetReplicaInfoResponse type

Enthält Antwortdaten für den getReplicaInfo-Vorgang.

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