DataSourcesOperationsExtensions.ListByWorkspace Method

Definition

Gets the first page of data source instances in a workspace with the link to the next page.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.DataSource> ListByWorkspace (this Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter> odataQuery, string resourceGroupName, string workspaceName, string skiptoken = default);
static member ListByWorkspace : Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter> * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.DataSource>
<Extension()>
Public Function ListByWorkspace (operations As IDataSourcesOperations, odataQuery As ODataQuery(Of DataSourceFilter), resourceGroupName As String, workspaceName As String, Optional skiptoken As String = Nothing) As IPage(Of DataSource)

Parameters

operations
IDataSourcesOperations

The operations group for this extension method.

odataQuery
ODataQuery<DataSourceFilter>

OData parameters to apply to the operation.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace.

skiptoken
String

Starting point of the collection of data source instances.

Returns

Applies to