Partilhar 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.

async 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) -> AsyncLROPoller[_models.ScopeMap]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group to which the container registry belongs. 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

The parameters for creating a scope map. Is either a ScopeMap type or a IO[bytes] type. Required.

Returns

Type Description

An instance of AsyncLROPoller that returns either ScopeMap or the result of cls(response)

Exceptions

Type Description

begin_delete

Deletes a scope map from a container registry.

async begin_delete(resource_group_name: str, registry_name: str, scope_map_name: str, **kwargs: Any) -> AsyncLROPoller[None]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group to which the container registry belongs. 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 AsyncLROPoller that returns either None or the result of cls(response)

Exceptions

Type Description

begin_update

Updates a scope map with the specified parameters.

async 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) -> AsyncLROPoller[_models.ScopeMap]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group to which the container registry belongs. 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

The parameters for updating a scope map. Is either a ScopeMapUpdateParameters type or a IO[bytes] type. Required.

Returns

Type Description

An instance of AsyncLROPoller that returns either ScopeMap or the result of cls(response)

Exceptions

Type Description

get

Gets the properties of the specified scope map.

async 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 to which the container registry belongs. 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 or the result of cls(response)

Exceptions

Type Description

list

Lists all the scope maps for the specified container registry.

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

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group to which the container registry belongs. Required.

registry_name
Required
str

The name of the container registry. Required.

Returns

Type Description

An iterator like instance of either ScopeMap or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.containerregistry.v2019_05_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv91\\Lib\\site-packages\\azure\\mgmt\\containerregistry\\v2019_05_01_preview\\models\\__init__.py'>