Compartir a través de


TablesOperationsExtensions.ListByWorkspace Método

Definición

Obtiene todas las tablas del área de trabajo de Log Analytics especificada.

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)

Parámetros

operations
ITablesOperations

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.

Devoluciones

Se aplica a