Class Capability
java.lang.Object
com.azure.resourcemanager.devcenter.models.Capability
A name/value pair to describe a capability.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Capability
public Capability()Creates an instance of Capability class.
-
-
Method Details
-
name
Get the name property: Name of the capability.- Returns:
- the name value.
-
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.
-