GetReplicaHealthResponse type
getReplicaHealth 操作の応答データを格納します。
type GetReplicaHealthResponse = ReplicaHealthUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ReplicaHealthUnion
}
}