Condividi tramite


AppsGetResponse type

Contiene i dati di risposta per l'operazione get.

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