Interface StorageInsight


public interface StorageInsight
An immutable client-side representation of StorageInsight.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • etag

      String etag()
      Gets the etag property: The ETag of the storage insight.
      Returns:
      the etag value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • containers

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

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

      StorageAccount storageAccount()
      Gets the storageAccount property: The storage account connection details.
      Returns:
      the storageAccount value.
    • status

      Gets the status property: The status of the storage insight.
      Returns:
      the status value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      StorageInsightInner innerModel()
      Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.StorageInsightInner object.
      Returns:
      the inner object.
    • update

      Begins update for the StorageInsight resource.
      Returns:
      the stage of resource update.
    • refresh

      StorageInsight refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      StorageInsight refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.