Bagikan melalui


FirewallRulesListByAccountNextResponse type

Berisi data respons untuk operasi listByAccountNext.

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