CacheRuleUpdateParameters Class
The parameters for updating a cache rule.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelCacheRuleUpdateParameters
Constructor
CacheRuleUpdateParameters(*, credential_set_resource_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
credential_set_resource_id
|
The ARM resource ID of the credential store which is associated with the Cache rule. |
Variables
Name | Description |
---|---|
credential_set_resource_id
|
The ARM resource ID of the credential store which is associated with the Cache rule. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python