Class StorageInsightState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageInsightState>
com.azure.resourcemanager.loganalytics.models.StorageInsightState
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class StorageInsightState extends com.azure.core.util.ExpandableStringEnum<StorageInsightState>
The state of the storage insight connection to the workspace.
  • Field Details

  • Constructor Details

    • StorageInsightState

      @Deprecated public StorageInsightState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of StorageInsightState value.
  • Method Details

    • fromString

      public static StorageInsightState fromString(String name)
      Creates or finds a StorageInsightState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding StorageInsightState.
    • values

      public static Collection<StorageInsightState> values()
      Gets known StorageInsightState values.
      Returns:
      known StorageInsightState values.