Udostępnij przez


ComputePoliciesListByAccountResponse type

Zawiera dane odpowiedzi dla operacji listByAccount.

type ComputePoliciesListByAccountResponse = ComputePolicyListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ComputePolicyListResult
  }
}