ContainerRegistryManagementClient Class
ContainerRegistryManagementClient.
- Inheritance
-
builtins.objectContainerRegistryManagementClient
Constructor
ContainerRegistryManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
Credential needed for the client to connect to Azure. Required. |
subscription_id
Required
|
The ID of the target subscription. The value must be an UUID. Required. |
base_url
|
Service URL. Default value is "https://management.azure.com". Default value: https://management.azure.com
|
Keyword-Only Parameters
Name | Description |
---|---|
api_version
|
Api Version. Default value is "2023-06-01-preview". Note that overriding this default value may result in unsupported behavior. |
polling_interval
|
Default waiting time between two polls for LRO operations if no Retry-After header is present. |
Variables
Name | Description |
---|---|
archives
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.ArchivesOperations>
ArchivesOperations operations |
archive_versions
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.ArchiveVersionsOperations>
ArchiveVersionsOperations operations |
cache_rules
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.CacheRulesOperations>
CacheRulesOperations operations |
connected_registries
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.ConnectedRegistriesOperations>
ConnectedRegistriesOperations operations |
credential_sets
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.CredentialSetsOperations>
CredentialSetsOperations operations |
export_pipelines
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.ExportPipelinesOperations>
ExportPipelinesOperations operations |
registries
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.RegistriesOperations>
RegistriesOperations operations |
import_pipelines
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.ImportPipelinesOperations>
ImportPipelinesOperations operations |
operations
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.Operations>
Operations operations |
pipeline_runs
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.PipelineRunsOperations>
PipelineRunsOperations operations |
private_endpoint_connections
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.PrivateEndpointConnectionsOperations>
PrivateEndpointConnectionsOperations operations |
replications
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.ReplicationsOperations>
ReplicationsOperations operations |
scope_maps
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.ScopeMapsOperations>
ScopeMapsOperations operations |
tokens
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.TokensOperations>
TokensOperations operations |
webhooks
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.operations.WebhooksOperations>
WebhooksOperations operations |
Methods
close |
close
close() -> None
Azure SDK for Python