IManagedClustersOperations Interface

Definition

ManagedClustersOperations operations.

public interface IManagedClustersOperations
type IManagedClustersOperations = interface
Public Interface IManagedClustersOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ManagedClusterInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a managed cluster.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a managed cluster.

BeginResetAADProfileWithHttpMessagesAsync(String, String, ManagedClusterAADProfile, Dictionary<String,List<String>>, CancellationToken)

Reset AAD Profile of a managed cluster.

BeginResetServicePrincipalProfileWithHttpMessagesAsync(String, String, ManagedClusterServicePrincipalProfile, Dictionary<String, List<String>>, CancellationToken)

Reset Service Principal Profile of a managed cluster.

BeginRotateClusterCertificatesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Rotate certificates of a managed cluster.

BeginStartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Start Managed Cluster

BeginStopWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Stop Managed Cluster

BeginUpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates tags on a managed cluster.

CreateOrUpdateWithHttpMessagesAsync(String, String, ManagedClusterInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a managed cluster.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a managed cluster.

GetAccessProfileWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

Gets an access profile of a managed cluster.

GetUpgradeProfileWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets upgrade profile for a managed cluster.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a managed cluster.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists managed clusters in the specified subscription and resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists managed clusters in the specified subscription and resource group.

ListClusterAdminCredentialsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets cluster admin credential of a managed cluster.

ListClusterMonitoringUserCredentialsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets cluster monitoring user credential of a managed cluster.

ListClusterUserCredentialsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets cluster user credential of a managed cluster.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of managed clusters in the specified subscription.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Gets a list of managed clusters in the specified subscription.

ResetAADProfileWithHttpMessagesAsync(String, String, ManagedClusterAADProfile, Dictionary<String,List<String>>, CancellationToken)

Reset AAD Profile of a managed cluster.

ResetServicePrincipalProfileWithHttpMessagesAsync(String, String, ManagedClusterServicePrincipalProfile, Dictionary<String,List<String>>, CancellationToken)

Reset Service Principal Profile of a managed cluster.

RotateClusterCertificatesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Rotate certificates of a managed cluster.

StartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Start Managed Cluster

StopWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Stop Managed Cluster

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates tags on a managed cluster.

Extension 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