CacheRulesListResult Class
The result of a request to list cache rules for a container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelCacheRulesListResult
Constructor
CacheRulesListResult(*, value: List[_models.CacheRule] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The list of cache rules. |
next_link
|
If provided, client must use NextLink URI to request next list of cache rules. |
Variables
Name | Description |
---|---|
value
|
The list of cache rules. |
next_link
|
If provided, client must use NextLink URI to request next list of cache rules. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python