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
-
DEFAULT_API_VERSION
= '2019-05-01'¶
-
LATEST_PROFILE
= azure.mgmt.containerregistry.ContainerRegistryManagementClient latest¶
-
property
build_steps
¶ Instance depends on the API version:
2018-02-01-preview:
BuildStepsOperations
-
property
build_tasks
¶ Instance depends on the API version:
2018-02-01-preview:
BuildTasksOperations
-
property
builds
¶ Instance depends on the API version:
2018-02-01-preview:
BuildsOperations
-
property
operations
¶ Instance depends on the API version:
2017-03-01:
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
-
property
registries
¶ Instance depends on the API version:
2017-03-01:
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
-
property
replications
¶ Instance depends on the API version:
2017-10-01:
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
-
property
runs
¶ Instance depends on the API version:
2018-09-01:
RunsOperations
2019-04-01:
RunsOperations
2019-05-01:
RunsOperations
2019-06-01-preview:
RunsOperations
-
property
scope_maps
¶ Instance depends on the API version:
2019-05-01-preview:
ScopeMapsOperations
2019-06-01-preview:
ScopeMapsOperations
-
property
task_runs
¶ Instance depends on the API version:
2019-06-01-preview:
TaskRunsOperations
-
property
tasks
¶ Instance depends on the API version:
2018-09-01:
TasksOperations
2019-04-01:
TasksOperations
2019-05-01:
TasksOperations
2019-06-01-preview:
TasksOperations
-
property
tokens
¶ Instance depends on the API version:
2019-05-01-preview:
TokensOperations
2019-06-01-preview:
TokensOperations
-
property
webhooks
¶ Instance depends on the API version:
2017-10-01:
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
-
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.