DataSourcesOperationsExtensions.ListByWorkspaceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET