StorageInsight Interface
public interface StorageInsight
An immutable client-side representation of StorageInsight.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract List<String> |
containers()
Gets the containers property: The names of the blob containers that the workspace should read. |
| abstract String |
etag()
Gets the etag property: The ETag of the storage insight. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Storage |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Storage |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Storage |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Storage |
status()
Gets the status property: The status of the storage insight. |
|
abstract
Storage |
storageAccount()
Gets the storage |
| abstract List<String> |
tables()
Gets the tables property: The names of the Azure tables that the workspace should read. |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Storage |
Method Details
containers
public abstract List<String> containers()
Gets the containers property: The names of the blob containers that the workspace should read.
Returns:
etag
public abstract String etag()
Gets the etag property: The ETag of the storage insight.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract StorageInsightInner innerModel()
Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.StorageInsightInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract StorageInsight refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract StorageInsight refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
status
public abstract StorageInsightStatus status()
Gets the status property: The status of the storage insight.
Returns:
storageAccount
public abstract StorageAccount storageAccount()
Gets the storageAccount property: The storage account connection details.
Returns:
tables
public abstract List<String> tables()
Gets the tables property: The names of the Azure tables that the workspace should read.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract StorageInsight.Update update()
Begins update for the StorageInsight resource.
Returns: