ComputePoliciesListByAccountNextResponse type
Contiene i dati di risposta per l'operazione listByAccountNext.
type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComputePolicyListResult
}
}