Freigeben über


ApplicationListBySubscriptionNextResponse type

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

type ApplicationListBySubscriptionNextResponse =
  ApplicationResourceDescriptionList & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationResourceDescriptionList
    }
  }