Freigeben über


PrivateLinkScopesOperationsExtensions.BeginDeleteAsync Methode

Definition

Löscht ein Azure Monitor PrivateLinkScope.

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

Parameter

operations
IPrivateLinkScopesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

scopeName
String

Der Name der Azure Monitor PrivateLinkScope-Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: