Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.StorageInsightInner
Packages that use StorageInsightInner
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 StorageInsightInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return StorageInsightInnerModifier and TypeMethodDescriptionStorageInsightConfigsClient.createOrUpdate(String resourceGroupName, String workspaceName, String storageInsightName, StorageInsightInner parameters) Create or update a storage insight.StorageInsightConfigsClient.get(String resourceGroupName, String workspaceName, String storageInsightName) Gets a storage insight instance.Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type StorageInsightInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<StorageInsightInner>StorageInsightConfigsClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String storageInsightName, StorageInsightInner parameters, com.azure.core.util.Context context) Create or update a storage insight.com.azure.core.http.rest.Response<StorageInsightInner>StorageInsightConfigsClient.getWithResponse(String resourceGroupName, String workspaceName, String storageInsightName, com.azure.core.util.Context context) Gets a storage insight instance.com.azure.core.http.rest.PagedIterable<StorageInsightInner>StorageInsightConfigsClient.listByWorkspace(String resourceGroupName, String workspaceName) Lists the storage insight instances within a workspace.com.azure.core.http.rest.PagedIterable<StorageInsightInner>StorageInsightConfigsClient.listByWorkspace(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Lists the storage insight instances within a workspace.Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type StorageInsightInnerModifier and TypeMethodDescriptionStorageInsightConfigsClient.createOrUpdate(String resourceGroupName, String workspaceName, String storageInsightName, StorageInsightInner parameters) Create or update a storage insight.com.azure.core.http.rest.Response<StorageInsightInner>StorageInsightConfigsClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String storageInsightName, StorageInsightInner parameters, com.azure.core.util.Context context) Create or update a storage insight. -
Uses of StorageInsightInner in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return StorageInsightInnerModifier and TypeMethodDescriptionStorageInsightInner.withContainers(List<String> containers) Set the containers property: The names of the blob containers that the workspace should read.Set the etag property: The ETag of the storage insight.StorageInsightInner.withStorageAccount(StorageAccount storageAccount) Set the storageAccount property: The storage account connection details.StorageInsightInner.withTables(List<String> tables) Set the tables property: The names of the Azure tables that the workspace should read.Set the tags property: Resource tags. -
Uses of StorageInsightInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return StorageInsightInnerModifier and TypeMethodDescriptionStorageInsight.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.StorageInsightInner object.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type StorageInsightInnerModifier and TypeMethodDescriptionStorageInsightListResult.value()Get the value property: A list of storage insight items.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type StorageInsightInnerModifier and TypeMethodDescriptionStorageInsightListResult.withValue(List<StorageInsightInner> value) Set the value property: A list of storage insight items.