GetReplicaHealthResponse type
getReplicaHealth işleminin yanıt verilerini içerir.
type GetReplicaHealthResponse = ReplicaHealthUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ReplicaHealthUnion
}
}