Class QosType


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

      • AUTO

        public static final QosType AUTO
        Static value Auto for QosType.
      • MANUAL

        public static final QosType MANUAL
        Static value Manual for QosType.
    • Constructor Detail

      • QosType

        public QosType()
    • Method Detail

      • fromString

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