Compartilhar via


TablesOperationsExtensions.DeleteAsync Método

Definição

Exclua uma tabela de workspace do Log Analytics.

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

Parâmetros

operations
ITablesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

workspaceName
String

O nome do workspace.

tableName
String

O nome da tabela.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a