Delen via


FirewallRulesListByAccountNextResponse type

Bevat antwoordgegevens voor de bewerking listByAccountNext.

type FirewallRulesListByAccountNextResponse = FirewallRuleListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FirewallRuleListResult
  }
}