ApplicationListBySubscriptionNextResponse type
Contains response data for the listBySubscriptionNext operation.
type ApplicationListBySubscriptionNextResponse =
ApplicationResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationResourceDescriptionList
}
}