Uses of Class
com.azure.resourcemanager.loganalytics.models.StorageInsightState
Packages that use StorageInsightState
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of StorageInsightState in com.azure.resourcemanager.loganalytics.models
Fields in com.azure.resourcemanager.loganalytics.models declared as StorageInsightStateModifier and TypeFieldDescriptionstatic final StorageInsightStateStorageInsightState.ERRORStatic value ERROR for StorageInsightState.static final StorageInsightStateStorageInsightState.OKStatic value OK for StorageInsightState.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.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type StorageInsightStateModifier and TypeMethodDescriptionStorageInsightStatus.withState(StorageInsightState state) Set the state property: The state of the storage insight connection to the workspace.