azure.mgmt.containerservice package

Module contents

class azure.mgmt.containerservice.ContainerServiceClient(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

The Container Service Client.

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 (ContainerServiceClientConfiguration) – 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='2020-09-01')[source]

Module depends on the API version:

  • 2017-07-01: v2017_07_01.models

  • 2018-03-31: v2018_03_31.models

  • 2018-08-01-preview: v2018_08_01_preview.models

  • 2018-09-30-preview: v2018_09_30_preview.models

  • 2019-02-01: v2019_02_01.models

  • 2019-04-01: v2019_04_01.models

  • 2019-04-30: v2019_04_30.models

  • 2019-06-01: v2019_06_01.models

  • 2019-08-01: v2019_08_01.models

  • 2019-09-30-preview: v2019_09_30_preview.models

  • 2019-10-01: v2019_10_01.models

  • 2019-10-27-preview: v2019_10_27_preview.models

  • 2019-11-01: v2019_11_01.models

  • 2020-01-01: v2020_01_01.models

  • 2020-02-01: v2020_02_01.models

  • 2020-03-01: v2020_03_01.models

  • 2020-04-01: v2020_04_01.models

  • 2020-06-01: v2020_06_01.models

  • 2020-07-01: v2020_07_01.models

  • 2020-09-01: v2020_09_01.models

DEFAULT_API_VERSION = '2020-09-01'
LATEST_PROFILE = azure.mgmt.containerservice.ContainerServiceClient latest
property agent_pools

Instance depends on the API version:

  • 2019-02-01: AgentPoolsOperations

  • 2019-04-01: AgentPoolsOperations

  • 2019-06-01: AgentPoolsOperations

  • 2019-08-01: AgentPoolsOperations

  • 2019-10-01: AgentPoolsOperations

  • 2019-11-01: AgentPoolsOperations

  • 2020-01-01: AgentPoolsOperations

  • 2020-02-01: AgentPoolsOperations

  • 2020-03-01: AgentPoolsOperations

  • 2020-04-01: AgentPoolsOperations

  • 2020-06-01: AgentPoolsOperations

  • 2020-07-01: AgentPoolsOperations

  • 2020-09-01: AgentPoolsOperations

property container_services

Instance depends on the API version:

property managed_clusters

Instance depends on the API version:

  • 2018-03-31: ManagedClustersOperations

  • 2018-08-01-preview: ManagedClustersOperations

  • 2019-02-01: ManagedClustersOperations

  • 2019-04-01: ManagedClustersOperations

  • 2019-06-01: ManagedClustersOperations

  • 2019-08-01: ManagedClustersOperations

  • 2019-10-01: ManagedClustersOperations

  • 2019-11-01: ManagedClustersOperations

  • 2020-01-01: ManagedClustersOperations

  • 2020-02-01: ManagedClustersOperations

  • 2020-03-01: ManagedClustersOperations

  • 2020-04-01: ManagedClustersOperations

  • 2020-06-01: ManagedClustersOperations

  • 2020-07-01: ManagedClustersOperations

  • 2020-09-01: ManagedClustersOperations

property open_shift_managed_clusters

Instance depends on the API version:

property operations

Instance depends on the API version:

  • 2018-03-31: Operations

  • 2018-08-01-preview: Operations

  • 2019-02-01: Operations

  • 2019-04-01: Operations

  • 2019-06-01: Operations

  • 2019-08-01: Operations

  • 2019-10-01: Operations

  • 2019-11-01: Operations

  • 2020-01-01: Operations

  • 2020-02-01: Operations

  • 2020-03-01: Operations

  • 2020-04-01: Operations

  • 2020-06-01: Operations

  • 2020-07-01: Operations

  • 2020-09-01: Operations

property private_endpoint_connections

Instance depends on the API version:

  • 2020-06-01: PrivateEndpointConnectionsOperations

  • 2020-07-01: PrivateEndpointConnectionsOperations

  • 2020-09-01: PrivateEndpointConnectionsOperations

Instance depends on the API version:

  • 2020-09-01: PrivateLinkResourcesOperations

Instance depends on the API version:

  • 2020-09-01: ResolvePrivateLinkServiceIdOperations

class azure.mgmt.containerservice.ContainerServiceClientConfiguration(credentials, subscription_id, base_url=None)[source]

Bases: msrestazure.azure_configuration.AzureConfiguration

Configuration for ContainerServiceClient 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) – Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

  • base_url (str) – Service URL