azure.mgmt.containerregistry package¶
Module contents¶
-
class
azure.mgmt.containerregistry.
ContainerRegistryManagementClient
(credentials, subscription_id, api_version=None, base_url=None, profile=<KnownProfiles.default: <azure.profiles.DefaultProfile object>>)[source]¶ Bases:
azure.profiles.multiapiclient.MultiApiClientMixin
,msrest.service_client.SDKClient
This ready contains multiple API versions, to help you deal with all Azure clouds (Azure Stack, Azure Government, Azure China, etc.). By default, uses latest API version available on public Azure. For production, you should stick a particular api-version and/or profile. The profile sets a mapping between the operation group and an API version. The api-version parameter sets the default API version if the operation group is not described in the profile.
Variables: config (ContainerRegistryManagementClientConfiguration) – Configuration for client.
Parameters: - credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure. - subscription_id (str) – Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
- api_version (str) – API version to use if no profile is provided, or if missing in profile.
- base_url (str) – Service URL
- profile (azure.profiles.KnownProfiles) – A profile definition, from KnownProfiles to dict.
-
classmethod
models
(api_version='2019-05-01')[source]¶ Module depends on the API version:
- 2017-03-01:
v2017_03_01.models
- 2017-10-01:
v2017_10_01.models
- 2018-02-01-preview:
v2018_02_01_preview.models
- 2018-09-01:
v2018_09_01.models
- 2019-04-01:
v2019_04_01.models
- 2019-05-01:
v2019_05_01.models
- 2019-05-01-preview:
v2019_05_01_preview.models
- 2019-06-01-preview:
v2019_06_01_preview.models
- 2017-03-01:
-
DEFAULT_API_VERSION
= '2019-05-01'¶
-
LATEST_PROFILE
= azure.mgmt.containerregistry.ContainerRegistryManagementClient latest¶
-
build_steps
¶ -
Type: Instance depends on the API version
Type: - 2018-02-01-preview
-
build_tasks
¶ -
Type: Instance depends on the API version
Type: - 2018-02-01-preview
-
builds
¶ -
Type: Instance depends on the API version
Type: - 2018-02-01-preview
-
operations
¶ Operations
* 2017-10-01:Operations
* 2018-02-01-preview:Operations
* 2018-09-01:Operations
* 2019-04-01:Operations
* 2019-05-01:Operations
* 2019-05-01-preview:Operations
* 2019-06-01-preview:Operations
Type: Instance depends on the API version
Type: - 2017-03-01
-
registries
¶ RegistriesOperations
* 2017-10-01:RegistriesOperations
* 2018-02-01-preview:RegistriesOperations
* 2018-09-01:RegistriesOperations
* 2019-04-01:RegistriesOperations
* 2019-05-01:RegistriesOperations
* 2019-05-01-preview:RegistriesOperations
* 2019-06-01-preview:RegistriesOperations
Type: Instance depends on the API version
Type: - 2017-03-01
-
replications
¶ ReplicationsOperations
* 2018-02-01-preview:ReplicationsOperations
* 2018-09-01:ReplicationsOperations
* 2019-04-01:ReplicationsOperations
* 2019-05-01:ReplicationsOperations
* 2019-05-01-preview:ReplicationsOperations
* 2019-06-01-preview:ReplicationsOperations
Type: Instance depends on the API version
Type: - 2017-10-01
-
runs
¶ RunsOperations
* 2019-04-01:RunsOperations
* 2019-05-01:RunsOperations
* 2019-06-01-preview:RunsOperations
Type: Instance depends on the API version
Type: - 2018-09-01
-
scope_maps
¶ ScopeMapsOperations
* 2019-06-01-preview:ScopeMapsOperations
Type: Instance depends on the API version
Type: - 2019-05-01-preview
-
task_runs
¶ TaskRunsOperations
Type: Instance depends on the API version
Type: - 2019-06-01-preview
-
tasks
¶ TasksOperations
* 2019-04-01:TasksOperations
* 2019-05-01:TasksOperations
* 2019-06-01-preview:TasksOperations
Type: Instance depends on the API version
Type: - 2018-09-01
-
tokens
¶ TokensOperations
* 2019-06-01-preview:TokensOperations
Type: Instance depends on the API version
Type: - 2019-05-01-preview
-
webhooks
¶ WebhooksOperations
* 2018-02-01-preview:WebhooksOperations
* 2018-09-01:WebhooksOperations
* 2019-04-01:WebhooksOperations
* 2019-05-01:WebhooksOperations
* 2019-05-01-preview:WebhooksOperations
* 2019-06-01-preview:WebhooksOperations
Type: Instance depends on the API version
Type: - 2017-10-01
- credentials (
-
class
azure.mgmt.containerregistry.
ContainerRegistryManagementClientConfiguration
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrestazure.azure_configuration.AzureConfiguration
Configuration for ContainerRegistryManagementClient Note that all parameters used to create this instance are saved as instance attributes.
Parameters: - credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure. - subscription_id (str) – The Microsoft Azure subscription ID.
- base_url (str) – Service URL
- credentials (