共用方式為


TablesOperationsExtensions.ListByWorkspace Method

Definition

Gets all the tables for the specified Log Analytics workspace.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.OperationalInsights.Models.Table> ListByWorkspace (this Microsoft.Azure.Management.OperationalInsights.ITablesOperations operations, string resourceGroupName, string workspaceName);
static member ListByWorkspace : Microsoft.Azure.Management.OperationalInsights.ITablesOperations * string * string -> seq<Microsoft.Azure.Management.OperationalInsights.Models.Table>
<Extension()>
Public Function ListByWorkspace (operations As ITablesOperations, resourceGroupName As String, workspaceName As String) As IEnumerable(Of Table)

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.

Returns

Applies to