StorageInsightStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.loganalytics.models.StorageInsightStatus

public final class StorageInsightStatus

The status of the storage insight.

Constructor Summary

Constructor Description
StorageInsightStatus()

Creates an instance of StorageInsightStatus class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Description of the state of the storage insight.

StorageInsightState state()

Get the state property: The state of the storage insight connection to the workspace.

void validate()

Validates the instance.

StorageInsightStatus withDescription(String description)

Set the description property: Description of the state of the storage insight.

StorageInsightStatus 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()

Creates an instance of StorageInsightStatus class.

Method Details

description

public String description()

Get the description property: Description of the state of the storage insight.

Returns:

the description value.

state

public StorageInsightState state()

Get the state property: The state of the storage insight connection to the workspace.

Returns:

the state value.

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:

description - the description value to set.

Returns:

the StorageInsightStatus object itself.

withState

public StorageInsightStatus withState(StorageInsightState state)

Set the state property: The state of the storage insight connection to the workspace.

Parameters:

state - the state value to set.

Returns:

the StorageInsightStatus object itself.

Applies to