Uses of Interface
com.azure.resourcemanager.loganalytics.models.DataSource
Packages that use DataSource
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of DataSource in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return DataSourceModifier and TypeMethodDescriptionDataSource.Update.apply()Executes the update request.DataSource.Update.apply(com.azure.core.util.Context context) Executes the update request.DataSource.DefinitionStages.WithCreate.create()Executes the create request.DataSource.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets a datasource instance.Gets a datasource instance.DataSource.refresh()Refreshes the resource to sync with Azure.DataSource.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type DataSourceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DataSource>DataSources.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a datasource instance.com.azure.core.http.rest.Response<DataSource>DataSources.getWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, com.azure.core.util.Context context) Gets a datasource instance.com.azure.core.http.rest.PagedIterable<DataSource>DataSources.listByWorkspace(String resourceGroupName, String workspaceName, String filter) Gets the first page of data source instances in a workspace with the link to the next page.com.azure.core.http.rest.PagedIterable<DataSource>DataSources.listByWorkspace(String resourceGroupName, String workspaceName, String filter, String skiptoken, com.azure.core.util.Context context) Gets the first page of data source instances in a workspace with the link to the next page.