Поделиться через


FirewallRulesListByAccountResponse type

Содержит данные ответа для операции listByAccount.

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