Class ScopeType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScopeType>
com.azure.resourcemanager.purview.models.ScopeType

public final class ScopeType extends com.azure.core.util.ExpandableStringEnum<ScopeType>
The scope where the default account is set.
  • Field Details

    • TENANT

      public static final ScopeType TENANT
      Static value Tenant for ScopeType.
    • SUBSCRIPTION

      public static final ScopeType SUBSCRIPTION
      Static value Subscription for ScopeType.
  • Constructor Details

  • Method Details

    • fromString

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

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