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.SDKClientThis 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.models2017-10-01:
v2017_10_01.models2018-02-01-preview:
v2018_02_01_preview.models2018-09-01:
v2018_09_01.models2019-04-01:
v2019_04_01.models2019-05-01:
v2019_05_01.models2019-05-01-preview:
v2019_05_01_preview.models2019-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:
Operations2017-10-01:
Operations2018-02-01-preview:
Operations2018-09-01:
Operations2019-04-01:
Operations2019-05-01:
Operations2019-05-01-preview:
Operations2019-06-01-preview:
Operations
-
property
registries¶ Instance depends on the API version:
2017-03-01:
RegistriesOperations2017-10-01:
RegistriesOperations2018-02-01-preview:
RegistriesOperations2018-09-01:
RegistriesOperations2019-04-01:
RegistriesOperations2019-05-01:
RegistriesOperations2019-05-01-preview:
RegistriesOperations2019-06-01-preview:
RegistriesOperations
-
property
replications¶ Instance depends on the API version:
2017-10-01:
ReplicationsOperations2018-02-01-preview:
ReplicationsOperations2018-09-01:
ReplicationsOperations2019-04-01:
ReplicationsOperations2019-05-01:
ReplicationsOperations2019-05-01-preview:
ReplicationsOperations2019-06-01-preview:
ReplicationsOperations
-
property
runs¶ Instance depends on the API version:
2018-09-01:
RunsOperations2019-04-01:
RunsOperations2019-05-01:
RunsOperations2019-06-01-preview:
RunsOperations
-
property
scope_maps¶ Instance depends on the API version:
2019-05-01-preview:
ScopeMapsOperations2019-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:
TasksOperations2019-04-01:
TasksOperations2019-05-01:
TasksOperations2019-06-01-preview:
TasksOperations
-
property
tokens¶ Instance depends on the API version:
2019-05-01-preview:
TokensOperations2019-06-01-preview:
TokensOperations
-
property
webhooks¶ Instance depends on the API version:
2017-10-01:
WebhooksOperations2018-02-01-preview:
WebhooksOperations2018-09-01:
WebhooksOperations2019-04-01:
WebhooksOperations2019-05-01:
WebhooksOperations2019-05-01-preview:
WebhooksOperations2019-06-01-preview:
WebhooksOperations
-
class
azure.mgmt.containerregistry.ContainerRegistryManagementClientConfiguration(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrestazure.azure_configuration.AzureConfigurationConfiguration for ContainerRegistryManagementClient Note that all parameters used to create this instance are saved as instance attributes.