AdminRuleListResult Class
security configuration admin rule list result.
- Inheritance
-
azure.mgmt.network._serialization.ModelAdminRuleListResult
Constructor
AdminRuleListResult(*, value: List[_models.BaseAdminRule] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
A list of admin rules. |
next_link
|
The URL to get the next set of results. |
Variables
Name | Description |
---|---|
value
|
A list of admin rules. |
next_link
|
The URL to get the next set of results. |