次の方法で共有


ManagedClustersOperationsExtensions.ResetServicePrincipalProfileAsync メソッド

定義

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

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

パラメーター

operations
IManagedClustersOperations

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

resourceGroupName
String

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

resourceName
String

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

parameters
ManagedClusterServicePrincipalProfile

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

マネージド クラスターのサービス プリンシパル プロファイルを更新します。

適用対象