Class AppliedScopeType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AppliedScopeType>
com.azure.resourcemanager.billingbenefits.models.AppliedScopeType

public final class AppliedScopeType extends com.azure.core.util.ExpandableStringEnum<AppliedScopeType>
Type of the Applied Scope.
  • Field Details

    • SINGLE

      public static final AppliedScopeType SINGLE
      Static value Single for AppliedScopeType.
    • SHARED

      public static final AppliedScopeType SHARED
      Static value Shared for AppliedScopeType.
    • MANAGEMENT_GROUP

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

    • AppliedScopeType

      @Deprecated public AppliedScopeType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AppliedScopeType value.
  • Method Details

    • fromString

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

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