Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner
Packages that use DataSourceInner
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of DataSourceInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return DataSourceInnerModifier and TypeMethodDescriptionDataSourcesClient.createOrUpdate(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters) Create or update a data source.Gets a datasource instance.Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type DataSourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DataSourceInner>DataSourcesClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters, com.azure.core.util.Context context) Create or update a data source.com.azure.core.http.rest.Response<DataSourceInner>DataSourcesClient.getWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, com.azure.core.util.Context context) Gets a datasource instance.com.azure.core.http.rest.PagedIterable<DataSourceInner>DataSourcesClient.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<DataSourceInner>DataSourcesClient.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.Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type DataSourceInnerModifier and TypeMethodDescriptionDataSourcesClient.createOrUpdate(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters) Create or update a data source.com.azure.core.http.rest.Response<DataSourceInner>DataSourcesClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters, com.azure.core.util.Context context) Create or update a data source. -
Uses of DataSourceInner in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return DataSourceInnerModifier and TypeMethodDescriptionSet the etag property: The ETag of the data source.DataSourceInner.withKind(DataSourceKind kind) Set the kind property: The kind of the DataSource.DataSourceInner.withProperties(Object properties) Set the properties property: The data source properties in raw json format, each kind of data source have it's own schema.Set the tags property: Resource tags. -
Uses of DataSourceInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return DataSourceInnerModifier and TypeMethodDescriptionDataSource.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner object.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type DataSourceInnerModifier and TypeMethodDescriptionDataSourceListResult.value()Get the value property: A list of datasources.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type DataSourceInnerModifier and TypeMethodDescriptionDataSourceListResult.withValue(List<DataSourceInner> value) Set the value property: A list of datasources.