StorageInsightInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. loganalytics. fluent. models. StorageInsightInner
- com.
- com.
public final class StorageInsightInner
extends ProxyResource
The top level storage insight resource container.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| StorageInsightInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
containers()
Get the containers property: The names of the blob containers that the workspace should read. |
| String |
etag()
Get the etag property: The ETag of the storage insight. |
|
Storage |
status()
Get the status property: The status of the storage insight. |
|
Storage |
storageAccount()
Get the storage |
| List<String> |
tables()
Get the tables property: The names of the Azure tables that the workspace should read. |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
| void |
validate()
Validates the instance. |
|
Storage |
withContainers(List<String> containers)
Set the containers property: The names of the blob containers that the workspace should read. |
|
Storage |
withEtag(String etag)
Set the etag property: The ETag of the storage insight. |
|
Storage |
withStorageAccount(StorageAccount storageAccount)
Set the storage |
|
Storage |
withTables(List<String> tables)
Set the tables property: The names of the Azure tables that the workspace should read. |
|
Storage |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
StorageInsightInner
public StorageInsightInner()
Method Details
containers
public List<String> containers()
Get the containers property: The names of the blob containers that the workspace should read.
Returns:
etag
public String etag()
Get the etag property: The ETag of the storage insight.
Returns:
status
public StorageInsightStatus status()
Get the status property: The status of the storage insight.
Returns:
storageAccount
public StorageAccount storageAccount()
Get the storageAccount property: The storage account connection details.
Returns:
tables
public List<String> tables()
Get the tables property: The names of the Azure tables that the workspace should read.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
validate
public void validate()
Validates the instance.
withContainers
public StorageInsightInner withContainers(List<String> containers)
Set the containers property: The names of the blob containers that the workspace should read.
Parameters:
Returns:
withEtag
public StorageInsightInner withEtag(String etag)
Set the etag property: The ETag of the storage insight.
Parameters:
Returns:
withStorageAccount
public StorageInsightInner withStorageAccount(StorageAccount storageAccount)
Set the storageAccount property: The storage account connection details.
Parameters:
Returns:
withTables
public StorageInsightInner withTables(List<String> tables)
Set the tables property: The names of the Azure tables that the workspace should read.
Parameters:
Returns:
withTags
public StorageInsightInner withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: