ComputePoliciesListByAccountNextResponse type
Zawiera dane odpowiedzi dla operacji listByAccountNext.
type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComputePolicyListResult
}
}