Class Type

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

public final class Type extends com.azure.core.util.ExpandableStringEnum<Type>
The type of the destination resource.
  • Field Details

    • STORAGE_ACCOUNT

      public static final Type STORAGE_ACCOUNT
      StorageAccount.
    • EVENT_HUB

      public static final Type EVENT_HUB
      EventHub.
  • Constructor Details

  • Method Details

    • fromString

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

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