Class Capability

java.lang.Object
com.azure.resourcemanager.devcenter.models.Capability

public final class Capability extends Object
A name/value pair to describe a capability.
  • Constructor Details

    • Capability

      public Capability()
  • Method Details

    • name

      public String name()
      Get the name property: Name of the capability.
      Returns:
      the name value.
    • value

      public String value()
      Get the value property: Value of the capability.
      Returns:
      the value value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.