StorageInsightStatus Class
- java.
lang. Object - com.
azure. resourcemanager. loganalytics. models. StorageInsightStatus
- com.
public final class StorageInsightStatus
The status of the storage insight.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| StorageInsightStatus() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Description of the state of the storage insight. |
|
Storage |
state()
Get the state property: The state of the storage insight connection to the workspace. |
| void |
validate()
Validates the instance. |
|
Storage |
withDescription(String description)
Set the description property: Description of the state of the storage insight. |
|
Storage |
withState(StorageInsightState state)
Set the state property: The state of the storage insight connection to the workspace. |
Methods inherited from java.lang.Object
Constructor Details
StorageInsightStatus
public StorageInsightStatus()
Method Details
description
public String description()
Get the description property: Description of the state of the storage insight.
Returns:
state
public StorageInsightState state()
Get the state property: The state of the storage insight connection to the workspace.
Returns:
validate
public void validate()
Validates the instance.
withDescription
public StorageInsightStatus withDescription(String description)
Set the description property: Description of the state of the storage insight.
Parameters:
Returns:
withState
public StorageInsightStatus withState(StorageInsightState state)
Set the state property: The state of the storage insight connection to the workspace.
Parameters:
Returns: