ServiceReplicaGetResponse type

Contains response data for the get operation.

type ServiceReplicaGetResponse = ServiceReplicaDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceReplicaDescription
  }
}