Freigeben über


ApplicationListBySubscriptionResponse type

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

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