Freigeben über


CachesExtensions.StopAsync(ICaches, String, String, CancellationToken) Methode

Definition

Weist einen aktiven Cache an, in den Status Beendet zu wechseln.

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

Parameter

operations
ICaches

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Zielressourcengruppe.

cacheName
String

Name des Caches. Die Länge des Namens darf nicht größer als 80 sein, und zeichen müssen aus der [-0-9a-zA-Z_] Char-Klasse stammen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: