ComputePoliciesListByAccountNextResponse type
Содержит данные ответа для операции listByAccountNext.
type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComputePolicyListResult
}
}