Class ScopeType


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

      • CLUSTER

        public static final ScopeType CLUSTER
        Static value cluster for ScopeType.
      • NAMESPACE

        public static final ScopeType NAMESPACE
        Static value namespace for ScopeType.
    • Constructor Detail

      • ScopeType

        public ScopeType()
    • Method Detail

      • 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.