java.lang.Object
com.azure.core.util.ExpandableStringEnum<IsPass>
com.azure.resourcemanager.appcomplianceautomation.models.IsPass

public final class IsPass extends com.azure.core.util.ExpandableStringEnum<IsPass>
Indicates whether all the resource(s) are compliant.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IsPass
    Static value False for IsPass.
    static final IsPass
    Static value True for IsPass.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static IsPass
    Creates or finds a IsPass from its string representation.
    Gets known IsPass values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • TRUE

      public static final IsPass TRUE
      Static value True for IsPass.
    • FALSE

      public static final IsPass FALSE
      Static value False for IsPass.
  • Constructor Details

    • IsPass

      public IsPass()
  • Method Details

    • fromString

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

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