Class ResourceIdentifierType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ResourceIdentifierType>
com.azure.resourcemanager.security.models.ResourceIdentifierType

public final class ResourceIdentifierType extends com.azure.core.util.ExpandableStringEnum<ResourceIdentifierType>
There can be multiple identifiers of different type per alert, this field specify the identifier type.
  • Field Details

    • AZURE_RESOURCE

      public static final ResourceIdentifierType AZURE_RESOURCE
      Static value AzureResource for ResourceIdentifierType.
    • LOG_ANALYTICS

      public static final ResourceIdentifierType LOG_ANALYTICS
      Static value LogAnalytics for ResourceIdentifierType.
  • Constructor Details

    • ResourceIdentifierType

      public ResourceIdentifierType()
  • Method Details

    • fromString

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

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