Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.StorageInsightProperties
Packages that use StorageInsightProperties
Package
Description
Package containing the inner data models for LogAnalytics.
-
Uses of StorageInsightProperties in com.azure.resourcemanager.loganalytics.fluent.models
Classes in com.azure.resourcemanager.loganalytics.fluent.models that implement interfaces with type arguments of type StorageInsightPropertiesModifier and TypeClassDescriptionfinal classStorage insight properties.Methods in com.azure.resourcemanager.loganalytics.fluent.models that return StorageInsightPropertiesModifier and TypeMethodDescriptionstatic StorageInsightPropertiesStorageInsightProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageInsightProperties from the JsonReader.StorageInsightProperties.withContainers(List<String> containers) Set the containers property: The names of the blob containers that the workspace should read.StorageInsightProperties.withStorageAccount(StorageAccount storageAccount) Set the storageAccount property: The storage account connection details.StorageInsightProperties.withTables(List<String> tables) Set the tables property: The names of the Azure tables that the workspace should read.