Compartir a través de


GatewaysOperationsExtensions.DeleteAsync Método

Definición

Elimine una puerta de enlace de 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

Parámetros

operations
IGatewaysOperations

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.

workspaceName
String

El nombre del área de trabajo.

gatewayId
String

Identificador de puerta de enlace de Log Analytics.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a