Freigeben über


GetReplicaHealthUsingPolicyResponse type

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

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