Uses of Interface
com.azure.resourcemanager.loganalytics.models.LinkedStorageAccountsResource
Packages that use LinkedStorageAccountsResource
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of LinkedStorageAccountsResource in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return LinkedStorageAccountsResourceModifier and TypeMethodDescriptionLinkedStorageAccountsResource.Update.apply()Executes the update request.LinkedStorageAccountsResource.Update.apply(com.azure.core.util.Context context) Executes the update request.LinkedStorageAccountsResource.DefinitionStages.WithCreate.create()Executes the create request.LinkedStorageAccountsResource.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.LinkedStorageAccounts.get(String resourceGroupName, String workspaceName, DataSourceType dataSourceType) Gets all linked storage account of a specific data source type associated with the specified workspace.Gets all linked storage account of a specific data source type associated with the specified workspace.LinkedStorageAccountsResource.refresh()Refreshes the resource to sync with Azure.LinkedStorageAccountsResource.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 LinkedStorageAccountsResourceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<LinkedStorageAccountsResource>LinkedStorageAccounts.getByIdWithResponse(String id, com.azure.core.util.Context context) 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.com.azure.core.http.rest.PagedIterable<LinkedStorageAccountsResource>LinkedStorageAccounts.listByWorkspace(String resourceGroupName, String workspaceName) Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.com.azure.core.http.rest.PagedIterable<LinkedStorageAccountsResource>LinkedStorageAccounts.listByWorkspace(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.