次の方法で共有


TablesOperationsExtensions.ListByWorkspace メソッド

定義

指定した Log Analytics ワークスペースのすべてのテーブルを取得します。

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)

パラメーター

operations
ITablesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前。

戻り値

適用対象