Class OperatorScopeType


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

      • CLUSTER

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

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

      • OperatorScopeType

        public OperatorScopeType()
    • Method Detail

      • fromString

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