Partager via


GatewaysOperationsExtensions.DeleteAsync Méthode

Définition

Supprimer une passerelle Log Analytics.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.OperationalInsights.IGatewaysOperations operations, string resourceGroupName, string workspaceName, string gatewayId, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.OperationalInsights.IGatewaysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IGatewaysOperations, resourceGroupName As String, workspaceName As String, gatewayId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

operations
IGatewaysOperations

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

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail.

gatewayId
String

ID de passerelle Log Analytics.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à