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.SDKClientVariables: config (ContainerRegistryManagementClientConfiguration) – Configuration for client.
Parameters: - credentials (
A msrestazure Credentials object) – Credentials needed for the client to connect to Azure. - subscription_id (str) – The Microsoft Azure subscription ID.
- api_version (str) – API version to use if no profile is provided, or if missing in profile.
- base_url (str) – Service URL
- profile (dict[str, str]) – A dict using operation group name to API version.
-
classmethod
models(api_version='2018-09-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
- 2017-03-01:
-
DEFAULT_API_VERSION= '2018-09-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:OperationsType: Instance depends on the API version
Type: - 2017-03-01
-
registries¶ RegistriesOperations* 2017-10-01:RegistriesOperations* 2018-02-01-preview:RegistriesOperations* 2018-09-01:RegistriesOperationsType: Instance depends on the API version
Type: - 2017-03-01
-
replications¶ ReplicationsOperations* 2018-02-01-preview:ReplicationsOperations* 2018-09-01:ReplicationsOperationsType: Instance depends on the API version
Type: - 2017-10-01
-
runs¶ -
Type: Instance depends on the API version
Type: - 2018-09-01
-
tasks¶ -
Type: Instance depends on the API version
Type: - 2018-09-01
-
webhooks¶ WebhooksOperations* 2018-02-01-preview:WebhooksOperations* 2018-09-01:WebhooksOperationsType: Instance depends on the API version
Type: - 2017-10-01
- credentials (