你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedClustersOperationsExtensions 类

定义

ManagedClustersOperations 的扩展方法。

public static class ManagedClustersOperationsExtensions
type ManagedClustersOperationsExtensions = class
Public Module ManagedClustersOperationsExtensions
继承
ManagedClustersOperationsExtensions

方法

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

创建或更新托管群集。

BeginDeleteAsync(IManagedClustersOperations, String, String, CancellationToken)

删除托管群集。

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

重置托管群集的 AAD 配置文件。

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

重置托管群集的服务主体配置文件。

BeginRotateClusterCertificatesAsync(IManagedClustersOperations, String, String, CancellationToken)

轮换托管群集的证书。

BeginStartAsync(IManagedClustersOperations, String, String, CancellationToken)

启动托管群集

BeginStopAsync(IManagedClustersOperations, String, String, CancellationToken)

停止托管群集

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

汇报托管群集上的标记。

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

创建或更新托管群集。

DeleteAsync(IManagedClustersOperations, String, String, CancellationToken)

删除托管群集。

GetAccessProfileAsync(IManagedClustersOperations, String, String, String, CancellationToken)
已过时.

获取托管群集的访问配置文件。

GetAsync(IManagedClustersOperations, String, String, CancellationToken)

获取托管群集。

GetUpgradeProfileAsync(IManagedClustersOperations, String, String, CancellationToken)

获取托管群集的升级配置文件。

ListAsync(IManagedClustersOperations, CancellationToken)

获取指定订阅中的托管群集的列表。

ListByResourceGroupAsync(IManagedClustersOperations, String, CancellationToken)

列出指定订阅和资源组中的托管群集。

ListByResourceGroupNextAsync(IManagedClustersOperations, String, CancellationToken)

列出指定订阅和资源组中的托管群集。

ListClusterAdminCredentialsAsync(IManagedClustersOperations, String, String, CancellationToken)

获取托管群集的群集管理员凭据。

ListClusterMonitoringUserCredentialsAsync(IManagedClustersOperations, String, String, CancellationToken)

获取托管群集的群集监视用户凭据。

ListClusterUserCredentialsAsync(IManagedClustersOperations, String, String, CancellationToken)

获取托管群集的群集用户凭据。

ListNextAsync(IManagedClustersOperations, String, CancellationToken)

获取指定订阅中的托管群集的列表。

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

重置托管群集的 AAD 配置文件。

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

重置托管群集的服务主体配置文件。

RotateClusterCertificatesAsync(IManagedClustersOperations, String, String, CancellationToken)

轮换托管群集的证书。

StartAsync(IManagedClustersOperations, String, String, CancellationToken)

启动托管群集

StopAsync(IManagedClustersOperations, String, String, CancellationToken)

停止托管群集

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

汇报托管群集上的标记。

适用于