Share via


CacheRulesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerRegistryManagementClient's

<xref:cache_rules> attribute.

Constructor

CacheRulesOperations(*args, **kwargs)

Methods

begin_create

Creates a cache rule for a container registry with the specified parameters.

begin_delete

Deletes a cache rule resource from a container registry.

begin_update

Updates a cache rule for a container registry with the specified parameters.

get

Gets the properties of the specified cache rule resource.

list

Lists all cache rule resources for the specified container registry.

begin_create

Creates a cache rule for a container registry with the specified parameters.

begin_create(resource_group_name: str, registry_name: str, cache_rule_name: str, cache_rule_create_parameters: _models.CacheRule, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[_models.CacheRule]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

registry_name
Required
str

The name of the container registry. Required.

cache_rule_name
Required
str

The name of the cache rule. Required.

cache_rule_create_parameters
Required
CacheRule or <xref:JSON> or IO[bytes]

The parameters for creating a cache rule. Is one of the following types: CacheRule, JSON, IO[bytes] Required.

Returns

Type Description

An instance of LROPoller that returns CacheRule. The CacheRule is compatible with MutableMapping

Exceptions

Type Description

begin_delete

Deletes a cache rule resource from a container registry.

begin_delete(resource_group_name: str, registry_name: str, cache_rule_name: str, **kwargs: Any) -> LROPoller[None]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

registry_name
Required
str

The name of the container registry. Required.

cache_rule_name
Required
str

The name of the cache rule. Required.

Returns

Type Description

An instance of LROPoller that returns None

Exceptions

Type Description

begin_update

Updates a cache rule for a container registry with the specified parameters.

begin_update(resource_group_name: str, registry_name: str, cache_rule_name: str, cache_rule_update_parameters: _models.CacheRuleUpdateParameters, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[_models.CacheRule]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

registry_name
Required
str

The name of the container registry. Required.

cache_rule_name
Required
str

The name of the cache rule. Required.

cache_rule_update_parameters
Required
CacheRuleUpdateParameters or <xref:JSON> or IO[bytes]

The parameters for updating a cache rule. Is one of the following types: CacheRuleUpdateParameters, JSON, IO[bytes] Required.

Returns

Type Description

An instance of LROPoller that returns CacheRule. The CacheRule is compatible with MutableMapping

Exceptions

Type Description

get

Gets the properties of the specified cache rule resource.

get(resource_group_name: str, registry_name: str, cache_rule_name: str, **kwargs: Any) -> CacheRule

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

registry_name
Required
str

The name of the container registry. Required.

cache_rule_name
Required
str

The name of the cache rule. Required.

Returns

Type Description

CacheRule. The CacheRule is compatible with MutableMapping

Exceptions

Type Description

list

Lists all cache rule resources for the specified container registry.

list(resource_group_name: str, registry_name: str, **kwargs: Any) -> ItemPaged[CacheRule]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

registry_name
Required
str

The name of the container registry. Required.

Returns

Type Description

An iterator like instance of CacheRule

Exceptions

Type Description