GetReplicaHealthResponse type
Enthält Antwortdaten für den getReplicaHealth-Vorgang.
type GetReplicaHealthResponse = ReplicaHealthUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ReplicaHealthUnion
}
}