Uses of Enum
com.azure.resourcemanager.loganalytics.models.DataSourceType
Packages that use DataSourceType
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 DataSourceType in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type DataSourceTypeModifier and TypeMethodDescriptionLinkedStorageAccountsClient.createOrUpdate(String resourceGroupName, String workspaceName, DataSourceType dataSourceType, LinkedStorageAccountsResourceInner parameters) Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.com.azure.core.http.rest.Response<LinkedStorageAccountsResourceInner>LinkedStorageAccountsClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, DataSourceType dataSourceType, LinkedStorageAccountsResourceInner parameters, com.azure.core.util.Context context) Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.voidLinkedStorageAccountsClient.delete(String resourceGroupName, String workspaceName, DataSourceType dataSourceType) Deletes all linked storage accounts of a specific data source type associated with the specified workspace.com.azure.core.http.rest.Response<Void>LinkedStorageAccountsClient.deleteWithResponse(String resourceGroupName, String workspaceName, DataSourceType dataSourceType, com.azure.core.util.Context context) Deletes all linked storage accounts of a specific data source type associated with the specified workspace.LinkedStorageAccountsClient.get(String resourceGroupName, String workspaceName, DataSourceType dataSourceType) Gets all linked storage account of a specific data source type associated with the specified workspace.com.azure.core.http.rest.Response<LinkedStorageAccountsResourceInner>LinkedStorageAccountsClient.getWithResponse(String resourceGroupName, String workspaceName, DataSourceType dataSourceType, com.azure.core.util.Context context) Gets all linked storage account of a specific data source type associated with the specified workspace. -
Uses of DataSourceType in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return DataSourceTypeModifier and TypeMethodDescriptionLinkedStorageAccountsProperties.dataSourceType()Get the dataSourceType property: Linked storage accounts type.LinkedStorageAccountsResourceInner.dataSourceType()Get the dataSourceType property: Linked storage accounts type. -
Uses of DataSourceType in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return DataSourceTypeModifier and TypeMethodDescriptionLinkedStorageAccountsResource.dataSourceType()Gets the dataSourceType property: Linked storage accounts type.static DataSourceTypeDataSourceType.fromString(String value) Parses a serialized value to a DataSourceType instance.static DataSourceTypeReturns the enum constant of this type with the specified name.static DataSourceType[]DataSourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type DataSourceTypeModifier and TypeMethodDescriptionLinkedStorageAccounts.define(DataSourceType name) Begins definition for a new LinkedStorageAccountsResource resource.voidLinkedStorageAccounts.delete(String resourceGroupName, String workspaceName, DataSourceType dataSourceType) Deletes all linked storage accounts of a specific data source type associated with the specified workspace.com.azure.core.http.rest.Response<Void>LinkedStorageAccounts.deleteWithResponse(String resourceGroupName, String workspaceName, DataSourceType dataSourceType, com.azure.core.util.Context context) Deletes all linked storage accounts of a specific data source type associated with the specified workspace.LinkedStorageAccounts.get(String resourceGroupName, String workspaceName, DataSourceType dataSourceType) Gets all linked storage account of a specific data source type associated with the specified workspace.com.azure.core.http.rest.Response<LinkedStorageAccountsResource>LinkedStorageAccounts.getWithResponse(String resourceGroupName, String workspaceName, DataSourceType dataSourceType, com.azure.core.util.Context context) Gets all linked storage account of a specific data source type associated with the specified workspace.