Class TopicTypeSourceScope

java.lang.Object
com.azure.core.util.ExpandableStringEnum<TopicTypeSourceScope>
com.azure.resourcemanager.eventgrid.models.TopicTypeSourceScope

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

    • RESOURCE

      public static final TopicTypeSourceScope RESOURCE
      Static value Resource for TopicTypeSourceScope.
    • RESOURCE_GROUP

      public static final TopicTypeSourceScope RESOURCE_GROUP
      Static value ResourceGroup for TopicTypeSourceScope.
    • AZURE_SUBSCRIPTION

      public static final TopicTypeSourceScope AZURE_SUBSCRIPTION
      Static value AzureSubscription for TopicTypeSourceScope.
    • MANAGEMENT_GROUP

      public static final TopicTypeSourceScope MANAGEMENT_GROUP
      Static value ManagementGroup for TopicTypeSourceScope.
  • Constructor Details

    • TopicTypeSourceScope

      public TopicTypeSourceScope()
  • Method Details

    • fromString

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

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