Freigeben über


GetApplicationInfoResponse type

Enthält Antwortdaten für den getApplicationInfo-Vorgang.

type GetApplicationInfoResponse = ApplicationInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInfo
  }
}