MeshServiceReplicaGetResponse type
A lekérési művelet válaszadatait tartalmazza.
type MeshServiceReplicaGetResponse = ServiceReplicaDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceReplicaDescription
}
}