Dela via


DataSourcesOperationsExtensions.ListByWorkspaceAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.DataSource>> ListByWorkspaceAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceAsync : Microsoft.Azure.Management.OperationalInsights.IDataSourcesOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.OperationalInsights.Models.DataSourceFilter> * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.DataSource>>
<Extension()>
Public Function ListByWorkspaceAsync (operations As IDataSourcesOperations, odataQuery As ODataQuery(Of DataSourceFilter), resourceGroupName As String, workspaceName As String, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to