Freigeben über


ManagedClustersOperationsExtensions.ResetServicePrincipalProfileAsync Methode

Definition

Zurücksetzen des Dienstprinzipalsprofils eines verwalteten Clusters.

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

Parameter

operations
IManagedClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

resourceName
String

Der Name der verwalteten Clusterressource.

parameters
ManagedClusterServicePrincipalProfile

Parameter, die für den Vorgang Dienstprinzipalprofil zurücksetzen für einen verwalteten Cluster bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Aktualisieren Sie das Dienstprinzipalprofil für einen verwalteten Cluster.

Gilt für: