Freigeben über


GetApplicationNameInfoResponse type

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

type GetApplicationNameInfoResponse = ApplicationNameInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationNameInfo
  }
}