ServiceListNextResponse type
Contains response data for the listNext operation.
type ServiceListNextResponse = ServiceResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResourceDescriptionList
}
}