java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageType>
com.azure.resourcemanager.applicationinsights.models.StorageType

public final class StorageType extends com.azure.core.util.ExpandableStringEnum<StorageType>
Defines values for StorageType.
  • Field Details

    • SERVICE_PROFILER

      public static final StorageType SERVICE_PROFILER
      Static value ServiceProfiler for StorageType.
  • Constructor Details

    • StorageType

      public StorageType()
  • Method Details

    • fromString

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

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