Partager via


ManagedClustersOperationsExtensions.StopAsync Méthode

Définition

Arrêter le cluster managé

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

Paramètres

operations
IManagedClustersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

resourceName
String

Nom de la ressource de cluster managé.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Arrête un cluster managé en cours d’exécution

S’applique à