Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ManagedClustersImpl

Package version

Class containing ManagedClusters operations.

Hierarchy

  • ManagedClustersImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

beginDeleteAndWait

beginResetAADProfile

beginResetAADProfileAndWait

beginResetServicePrincipalProfile

beginResetServicePrincipalProfileAndWait

beginRotateClusterCertificates

beginRotateClusterCertificatesAndWait

beginRotateServiceAccountSigningKeys

beginRotateServiceAccountSigningKeysAndWait

beginRunCommand

beginRunCommandAndWait

beginStart

beginStartAndWait

beginStop

  • This 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.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • resourceName: string

      The name of the managed cluster resource.

    • Optional options: ManagedClustersStopOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginStopAndWait

  • This 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.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • resourceName: string

      The name of the managed cluster resource.

    • Optional options: ManagedClustersStopOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdateTags

beginUpdateTagsAndWait

get

getAccessProfile

getCommandResult

getOSOptions

getUpgradeProfile

list

listByResourceGroup

listClusterAdminCredentials

listClusterMonitoringUserCredentials

listClusterUserCredentials

listOutboundNetworkDependenciesEndpoints

Generated using TypeDoc