Class SupportedSkuInner
java.lang.Object
com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner
Describes a Batch supported SKU.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SupportedSkuInner
public SupportedSkuInner()Creates an instance of SupportedSkuInner class.
-
-
Method Details
-
name
Get the name property: The name of the SKU.- Returns:
- the name value.
-
familyName
Get the familyName property: The family name of the SKU.- Returns:
- the familyName value.
-
capabilities
Get the capabilities property: A collection of capabilities which this SKU supports.- Returns:
- the capabilities value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-