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