Freigeben über


PrivateLinkScopesOperationsExtensions.DeleteAsync Methode

Definition

Löscht ein Azure Monitor PrivateLinkScope.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations operations, string resourceGroupName, string scopeName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (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: