次の方法で共有


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)

マネージド クラスターでタグを更新します。

適用対象