Class SupportedSkusResult
java.lang.Object
com.azure.resourcemanager.batch.models.SupportedSkusResult
The Batch List supported SKUs operation response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: The URL to use for getting the next set of results.void
validate()
Validates the instance.value()
Get the value property: The list of SKUs available for the Batch service in the location.withValue
(List<SupportedSkuInner> value) Set the value property: The list of SKUs available for the Batch service in the location.
-
Constructor Details
-
SupportedSkusResult
public SupportedSkusResult()Creates an instance of SupportedSkusResult class.
-
-
Method Details
-
value
Get the value property: The list of SKUs available for the Batch service in the location.- Returns:
- the value value.
-
withValue
Set the value property: The list of SKUs available for the Batch service in the location.- Parameters:
value
- the value value to set.- Returns:
- the SupportedSkusResult object itself.
-
nextLink
Get the nextLink property: The URL to use for getting the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-