Partager via


TablesOperationsExtensions.ListByWorkspace Méthode

Définition

Obtient toutes les tables de l’espace de travail Log Analytics spécifié.

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)

Paramètres

operations
ITablesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail.

Retours

S’applique à