Compartir a través de


PrivateLinkScopesOperationsExtensions.DeleteAsync Método

Definición

Elimina un PrivateLinkScope de Azure Monitor.

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

Parámetros

operations
IPrivateLinkScopesOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

scopeName
String

Nombre del recurso PrivateLinkScope de Azure Monitor.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a