Class SkuCapability
java.lang.Object
com.azure.resourcemanager.batch.models.SkuCapability
A SKU capability, such as the number of cores.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SkuCapability
public SkuCapability()Creates an instance of SkuCapability class.
-
-
Method Details
-
name
Get the name property: The name of the feature.- Returns:
- the name value.
-
value
Get the value property: The value of the feature.- Returns:
- the value value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-