Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.StorageInsightInner
Packages that use StorageInsightInner
Package
Description
Package containing the service clients for LogAnalytics.
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
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 TypeMethodDescriptionstatic StorageInsightInnerStorageInsightInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageInsightInner from the JsonReader.StorageInsightInner.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.