ComputePoliciesListByAccountNextResponse type
Bevat antwoordgegevens voor de bewerking listByAccountNext.
type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComputePolicyListResult
}
}