ApplicationGetResponse type

Contains response data for the get operation.

type ApplicationGetResponse = ApplicationResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationResourceDescription
  }
}