次の方法で共有


ManagedClustersOperationsExtensions.BeginResetAADProfileAsync メソッド

定義

マネージド クラスターの AAD プロファイルをリセットします。

public static System.Threading.Tasks.Task BeginResetAADProfileAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAADProfile parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginResetAADProfileAsync : Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAADProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginResetAADProfileAsync (operations As IManagedClustersOperations, resourceGroupName As String, resourceName As String, parameters As ManagedClusterAADProfile, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IManagedClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

resourceName
String

マネージド クラスター リソースの名前。

parameters
ManagedClusterAADProfile

マネージド クラスターの AAD プロファイルのリセット操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

マネージド クラスターの AAD プロファイルを更新します。

適用対象