Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedClusters

Package version

Interface representing a ManagedClusters.

Hierarchy

  • ManagedClusters

Implemented by

Index

Methods

abortLatestOperation

  • Aborting last running operation on managed cluster. We return a 204 no content code here to indicate that the operation has been accepted and an abort will be attempted but is not guaranteed to complete successfully. Please look up the provisioning state of the managed cluster to keep track of whether it changes to Canceled. A canceled provisioning state indicates that the abort was successful

    Parameters

    Returns Promise<void>

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