Interface StorageInsight
public interface StorageInsight
An immutable client-side representation of StorageInsight.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the StorageInsight definition.static interfaceThe StorageInsight definition stages.static interfaceThe template for StorageInsight update.static interfaceThe StorageInsight update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the containers property: The names of the blob containers that the workspace should read.etag()Gets the etag property: The ETag of the storage insight.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.StorageInsightInner object.name()Gets the name property: The name of the resource.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.status()Gets the status property: The status of the storage insight.Gets the storageAccount property: The storage account connection details.tables()Gets the tables property: The names of the Azure tables that the workspace should read.tags()Gets the tags property: Resource tags.type()Gets the type property: The type of the resource.update()Begins update for the StorageInsight resource.
-
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
Gets the tags property: Resource tags.- Returns:
- the tags value.
-
containers
Gets the containers property: The names of the blob containers that the workspace should read.- Returns:
- the containers value.
-
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
StorageInsightStatus 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
StorageInsight.Update 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
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-