GetReplicaInfoResponse type
getReplicaInfo işleminin yanıt verilerini içerir.
type GetReplicaInfoResponse = ReplicaInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ReplicaInfoUnion
}
}