Uses of Class
com.azure.resourcemanager.loganalytics.models.StorageInsightState
Packages that use StorageInsightState
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of StorageInsightState in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type StorageInsightState in com.azure.resourcemanager.loganalytics.modelsModifier and TypeClassDescriptionfinal classThe state of the storage insight connection to the workspace.Fields in com.azure.resourcemanager.loganalytics.models declared as StorageInsightStateModifier and TypeFieldDescriptionstatic final StorageInsightStateStorageInsightState.ERRORERROR.static final StorageInsightStateStorageInsightState.OKOK.Methods in com.azure.resourcemanager.loganalytics.models that return StorageInsightStateModifier and TypeMethodDescriptionstatic StorageInsightStateStorageInsightState.fromString(String name) Creates or finds a StorageInsightState from its string representation.StorageInsightStatus.state()Get the state property: The state of the storage insight connection to the workspace.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type StorageInsightStateModifier and TypeMethodDescriptionstatic Collection<StorageInsightState> StorageInsightState.values()Gets known StorageInsightState values.