HanaInstancesGetResponse type

Contains response data for the get operation.

type HanaInstancesGetResponse = HanaInstance & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: HanaInstance
  }
}