MeshServiceGetResponse type

Contains response data for the get operation.

type MeshServiceGetResponse = ServiceResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResourceDescription
  }
}