ManagedClustersOperationsExtensions Class

Definition

Extension methods for ManagedClustersOperations.

public static class ManagedClustersOperationsExtensions
type ManagedClustersOperationsExtensions = class
Public Module ManagedClustersOperationsExtensions
Inheritance
ManagedClustersOperationsExtensions

Methods

BeginCreateOrUpdateAsync(IManagedClustersOperations, String, String, ManagedClusterInner, CancellationToken)

Creates or updates a managed cluster.

BeginDeleteAsync(IManagedClustersOperations, String, String, CancellationToken)

Deletes a managed cluster.

BeginResetAADProfileAsync(IManagedClustersOperations, String, String, ManagedClusterAADProfile, CancellationToken)

Reset AAD Profile of a managed cluster.

BeginResetServicePrincipalProfileAsync(IManagedClustersOperations, String, String, ManagedClusterServicePrincipalProfile, CancellationToken)

Reset Service Principal Profile of a managed cluster.

BeginRotateClusterCertificatesAsync(IManagedClustersOperations, String, String, CancellationToken)

Rotate certificates of a managed cluster.

BeginStartAsync(IManagedClustersOperations, String, String, CancellationToken)

Start Managed Cluster

BeginStopAsync(IManagedClustersOperations, String, String, CancellationToken)

Stop Managed Cluster

BeginUpdateTagsAsync(IManagedClustersOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates tags on a managed cluster.

CreateOrUpdateAsync(IManagedClustersOperations, String, String, ManagedClusterInner, CancellationToken)

Creates or updates a managed cluster.

DeleteAsync(IManagedClustersOperations, String, String, CancellationToken)

Deletes a managed cluster.

GetAccessProfileAsync(IManagedClustersOperations, String, String, String, CancellationToken)
Obsolete.

Gets an access profile of a managed cluster.

GetAsync(IManagedClustersOperations, String, String, CancellationToken)

Gets a managed cluster.

GetUpgradeProfileAsync(IManagedClustersOperations, String, String, CancellationToken)

Gets upgrade profile for a managed cluster.

ListAsync(IManagedClustersOperations, CancellationToken)

Gets a list of managed clusters in the specified subscription.

ListByResourceGroupAsync(IManagedClustersOperations, String, CancellationToken)

Lists managed clusters in the specified subscription and resource group.

ListByResourceGroupNextAsync(IManagedClustersOperations, String, CancellationToken)

Lists managed clusters in the specified subscription and resource group.

ListClusterAdminCredentialsAsync(IManagedClustersOperations, String, String, CancellationToken)

Gets cluster admin credential of a managed cluster.

ListClusterMonitoringUserCredentialsAsync(IManagedClustersOperations, String, String, CancellationToken)

Gets cluster monitoring user credential of a managed cluster.

ListClusterUserCredentialsAsync(IManagedClustersOperations, String, String, CancellationToken)

Gets cluster user credential of a managed cluster.

ListNextAsync(IManagedClustersOperations, String, CancellationToken)

Gets a list of managed clusters in the specified subscription.

ResetAADProfileAsync(IManagedClustersOperations, String, String, ManagedClusterAADProfile, CancellationToken)

Reset AAD Profile of a managed cluster.

ResetServicePrincipalProfileAsync(IManagedClustersOperations, String, String, ManagedClusterServicePrincipalProfile, CancellationToken)

Reset Service Principal Profile of a managed cluster.

RotateClusterCertificatesAsync(IManagedClustersOperations, String, String, CancellationToken)

Rotate certificates of a managed cluster.

StartAsync(IManagedClustersOperations, String, String, CancellationToken)

Start Managed Cluster

StopAsync(IManagedClustersOperations, String, String, CancellationToken)

Stop Managed Cluster

UpdateTagsAsync(IManagedClustersOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates tags on a managed cluster.

Applies to