Share via


TablesOperationsExtensions.Delete Method

Definition

Delete a Log Analytics workspace table.

public static void Delete (this Microsoft.Azure.Management.OperationalInsights.ITablesOperations operations, string resourceGroupName, string workspaceName, string tableName);
static member Delete : Microsoft.Azure.Management.OperationalInsights.ITablesOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ITablesOperations, resourceGroupName As String, workspaceName As String, tableName As String)

Parameters

operations
ITablesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace.

tableName
String

The name of the table.

Applies to