ManagedCluster Class
Managed cluster.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerservice.v2019_04_01.models._models_py3.ResourceManagedCluster
Constructor
ManagedCluster(*, location: str, tags: Optional[Dict[str, str]] = None, identity: Optional[_models.ManagedClusterIdentity] = None, kubernetes_version: Optional[str] = None, dns_prefix: Optional[str] = None, agent_pool_profiles: Optional[List[_models.ManagedClusterAgentPoolProfile]] = None, linux_profile: Optional[_models.ContainerServiceLinuxProfile] = None, windows_profile: Optional[_models.ManagedClusterWindowsProfile] = None, service_principal_profile: Optional[_models.ManagedClusterServicePrincipalProfile] = None, addon_profiles: Optional[Dict[str, _models.ManagedClusterAddonProfile]] = None, node_resource_group: Optional[str] = None, enable_rbac: Optional[bool] = None, enable_pod_security_policy: Optional[bool] = None, network_profile: Optional[_models.ContainerServiceNetworkProfile] = None, aad_profile: Optional[_models.ManagedClusterAADProfile] = None, api_server_authorized_ip_ranges: Optional[List[str]] = None, **kwargs)
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
- location
- str
Required. Resource location.
- identity
- ManagedClusterIdentity
The identity of the managed cluster, if configured.
- provisioning_state
- str
The current deployment or provisioning state, which only appears in the response.
- max_agent_pools
- int
The max number of agent pools for the managed cluster.
- kubernetes_version
- str
Version of Kubernetes specified when creating the managed cluster.
- dns_prefix
- str
DNS prefix specified when creating the managed cluster.
- fqdn
- str
FQDN for the master pool.
- agent_pool_profiles
- list[ManagedClusterAgentPoolProfile]
Properties of the agent pool.
- linux_profile
- ContainerServiceLinuxProfile
Profile for Linux VMs in the container service cluster.
- windows_profile
- ManagedClusterWindowsProfile
Profile for Windows VMs in the container service cluster.
- service_principal_profile
- ManagedClusterServicePrincipalProfile
Information about a service principal identity for the cluster to use for manipulating Azure APIs.
- addon_profiles
- dict[<xref:str,azure.mgmt.containerservice.v2019_04_01.models.ManagedClusterAddonProfile>]
Profile of managed cluster add-on.
- node_resource_group
- str
Name of the resource group containing agent pool nodes.
- enable_rbac
- bool
Whether to enable Kubernetes Role-Based Access Control.
- enable_pod_security_policy
- bool
(DEPRECATING) Whether to enable Kubernetes pod security policy (preview). This feature is set for removal on October 15th, 2020. Learn more at aka.ms/aks/azpodpolicy.
- network_profile
- ContainerServiceNetworkProfile
Profile of network configuration.
- aad_profile
- ManagedClusterAADProfile
Profile of Azure Active Directory configuration.
Feedback
Submit and view feedback for