Class StorageInsightInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.loganalytics.fluent.models.StorageInsightInner

public final class StorageInsightInner extends com.azure.core.management.ProxyResource
The top level storage insight resource container.
  • Constructor Details

    • StorageInsightInner

      public StorageInsightInner()
  • Method Details

    • etag

      public String etag()
      Get the etag property: The ETag of the storage insight.
      Returns:
      the etag value.
    • withEtag

      public StorageInsightInner withEtag(String etag)
      Set the etag property: The ETag of the storage insight.
      Parameters:
      etag - the etag value to set.
      Returns:
      the StorageInsightInner object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: Resource tags.
      Returns:
      the tags value.
    • withTags

      public StorageInsightInner withTags(Map<String,String> tags)
      Set the tags property: Resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the StorageInsightInner object itself.
    • containers

      public List<String> containers()
      Get the containers property: The names of the blob containers that the workspace should read.
      Returns:
      the containers value.
    • withContainers

      public StorageInsightInner withContainers(List<String> containers)
      Set the containers property: The names of the blob containers that the workspace should read.
      Parameters:
      containers - the containers value to set.
      Returns:
      the StorageInsightInner object itself.
    • tables

      public List<String> tables()
      Get the tables property: The names of the Azure tables that the workspace should read.
      Returns:
      the tables value.
    • withTables

      public StorageInsightInner withTables(List<String> tables)
      Set the tables property: The names of the Azure tables that the workspace should read.
      Parameters:
      tables - the tables value to set.
      Returns:
      the StorageInsightInner object itself.
    • storageAccount

      public StorageAccount storageAccount()
      Get the storageAccount property: The storage account connection details.
      Returns:
      the storageAccount value.
    • withStorageAccount

      public StorageInsightInner withStorageAccount(StorageAccount storageAccount)
      Set the storageAccount property: The storage account connection details.
      Parameters:
      storageAccount - the storageAccount value to set.
      Returns:
      the StorageInsightInner object itself.
    • status

      public StorageInsightStatus status()
      Get the status property: The status of the storage insight.
      Returns:
      the status value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.