Share via


ScopeMapsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerRegistryManagementClient's

<xref:scope_maps> attribute.

Constructor

ScopeMapsOperations(*args, **kwargs)

Methods

begin_create

Creates a scope map for a container registry with the specified parameters.

begin_delete

Deletes a scope map from a container registry.

begin_update

Updates a scope map with the specified parameters.

get

Gets the properties of the specified scope map.

list

Lists all the scope maps for the specified container registry.

begin_create

Creates a scope map for a container registry with the specified parameters.

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

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.

scope_map_name
Required
str

The name of the scope map. Required.

scope_map_create_parameters
Required
ScopeMap or <xref:JSON> or IO[bytes]

The parameters for creating a scope map. Is one of the following types: ScopeMap, JSON, IO[bytes] Required.

Returns

Type Description

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

Exceptions

Type Description

begin_delete

Deletes a scope map from a container registry.

begin_delete(resource_group_name: str, registry_name: str, scope_map_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.

scope_map_name
Required
str

The name of the scope map. Required.

Returns

Type Description

An instance of LROPoller that returns None

Exceptions

Type Description

begin_update

Updates a scope map with the specified parameters.

begin_update(resource_group_name: str, registry_name: str, scope_map_name: str, scope_map_update_parameters: _models.ScopeMapUpdateParameters, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[_models.ScopeMap]

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.

scope_map_name
Required
str

The name of the scope map. Required.

scope_map_update_parameters
Required
ScopeMapUpdateParameters or <xref:JSON> or IO[bytes]

The parameters for updating a scope map. Is one of the following types: ScopeMapUpdateParameters, JSON, IO[bytes] Required.

Returns

Type Description

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

Exceptions

Type Description

get

Gets the properties of the specified scope map.

get(resource_group_name: str, registry_name: str, scope_map_name: str, **kwargs: Any) -> ScopeMap

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.

scope_map_name
Required
str

The name of the scope map. Required.

Returns

Type Description

ScopeMap. The ScopeMap is compatible with MutableMapping

Exceptions

Type Description

list

Lists all the scope maps for the specified container registry.

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

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 ScopeMap

Exceptions

Type Description