GetReplicaHealthUsingPolicyResponse type
getReplicaHealthUsingPolicy 操作の応答データが含まれています。
type GetReplicaHealthUsingPolicyResponse = ReplicaHealthUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ReplicaHealthUnion
}
}