RuleListResult Class

Result of the request to list rules. It contains a list of rule objects and a URL link to get the next set of results.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
RuleListResult

Constructor

RuleListResult(*, next_link: Optional[str] = None, **kwargs)

Variables

value
list[Rule]

List of AzureFrontDoor rules within a rule set.

next_link
str

URL to get the next set of rule objects if there are any.