ComputePoliciesListByAccountResponse type
listByAccount işleminin yanıt verilerini içerir.
type ComputePoliciesListByAccountResponse = ComputePolicyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComputePolicyListResult
}
}