Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.LinkedStorageAccountsResourceInner
Packages that use LinkedStorageAccountsResourceInner
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 LinkedStorageAccountsResourceInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return LinkedStorageAccountsResourceInnerModifier 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.LinkedStorageAccountsClient.get(String resourceGroupName, String workspaceName, DataSourceType dataSourceType) Gets all linked storage account of a specific data source type associated with the specified workspace.Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type LinkedStorageAccountsResourceInnerModifier and TypeMethodDescriptioncom.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.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.com.azure.core.http.rest.PagedIterable<LinkedStorageAccountsResourceInner>LinkedStorageAccountsClient.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<LinkedStorageAccountsResourceInner>LinkedStorageAccountsClient.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.Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type LinkedStorageAccountsResourceInnerModifier 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. -
Uses of LinkedStorageAccountsResourceInner in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return LinkedStorageAccountsResourceInnerModifier and TypeMethodDescriptionLinkedStorageAccountsResourceInner.withStorageAccountIds(List<String> storageAccountIds) Set the storageAccountIds property: Linked storage accounts resources ids. -
Uses of LinkedStorageAccountsResourceInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return LinkedStorageAccountsResourceInnerModifier and TypeMethodDescriptionLinkedStorageAccountsResource.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.LinkedStorageAccountsResourceInner object.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type LinkedStorageAccountsResourceInnerModifier and TypeMethodDescriptionLinkedStorageAccountsListResult.value()Get the value property: A list of linked storage accounts instances.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type LinkedStorageAccountsResourceInnerModifier and TypeMethodDescriptionLinkedStorageAccountsListResult.withValue(List<LinkedStorageAccountsResourceInner> value) Set the value property: A list of linked storage accounts instances.