AppsGetResponse type

Obsahuje data odpovědi pro operaci get.

type AppsGetResponse = ApplicationInfoResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInfoResponse
  }
}