Class PolicyType


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

      • INVALID

        public static final PolicyType INVALID
        Static value Invalid for PolicyType.
      • FULL

        public static final PolicyType FULL
        Static value Full for PolicyType.
      • DIFFERENTIAL

        public static final PolicyType DIFFERENTIAL
        Static value Differential for PolicyType.
      • LOG

        public static final PolicyType LOG
        Static value Log for PolicyType.
      • COPY_ONLY_FULL

        public static final PolicyType COPY_ONLY_FULL
        Static value CopyOnlyFull for PolicyType.
      • INCREMENTAL

        public static final PolicyType INCREMENTAL
        Static value Incremental for PolicyType.
    • Constructor Detail

      • PolicyType

        public PolicyType()
    • Method Detail

      • fromString

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

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