ComputePoliciesListByAccountResponse type
Bevat antwoordgegevens voor de listByAccount-bewerking.
type ComputePoliciesListByAccountResponse = ComputePolicyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComputePolicyListResult
}
}