Bagikan melalui


ComputePoliciesListByAccountNextResponse type

Berisi data respons untuk operasi listByAccountNext.

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