Skip to main content

managed_clusters

Overview

Namemanaged_clusters
TypeResource
Idazure.aks.managed_clusters

Fields

NameDatatypeDescription
extendedLocationobjectThe complex type of the extended location.
identityobjectIdentity for the managed cluster.
locationstringThe geo-location where the resource lives
propertiesobjectProperties of the managed cluster.
skuobjectThe SKU of a Managed Cluster.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, resourceName, subscriptionId
listSELECTsubscriptionId
list_by_resource_groupSELECTresourceGroupName, subscriptionId
create_or_updateINSERTresourceGroupName, resourceName, subscriptionId
deleteDELETEresourceGroupName, resourceName, subscriptionId
_listEXECsubscriptionId
_list_by_resource_groupEXECresourceGroupName, subscriptionId
abort_latest_operationEXECresourceGroupName, resourceName, subscriptionIdAborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
reset_aad_profileEXECresourceGroupName, resourceName, subscriptionIdWARNING: This API will be deprecated. Please see AKS-managed Azure Active Directory integration to update your cluster with AKS-managed Azure AD.
reset_service_principal_profileEXECresourceGroupName, resourceName, subscriptionId, data__clientIdThis action cannot be performed on a cluster that is not using a service principal
rotate_cluster_certificatesEXECresourceGroupName, resourceName, subscriptionIdSee Certificate rotation for more details about rotating managed cluster certificates.
rotate_service_account_signing_keysEXECresourceGroupName, resourceName, subscriptionId
run_commandEXECresourceGroupName, resourceName, subscriptionId, data__commandAKS will create a pod to run the command. This is primarily useful for private clusters. For more information see AKS Run Command.
startEXECresourceGroupName, resourceName, subscriptionIdSee starting a cluster for more details about starting a cluster.
stopEXECresourceGroupName, resourceName, subscriptionIdThis can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See stopping a cluster for more details about stopping a cluster.