Sdílet prostřednictvím


TablesOperationsExtensions.BeginDelete Method

Definition

Delete a Log Analytics workspace table.

public static void BeginDelete (this Microsoft.Azure.Management.OperationalInsights.ITablesOperations operations, string resourceGroupName, string workspaceName, string tableName);
static member BeginDelete : Microsoft.Azure.Management.OperationalInsights.ITablesOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (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