Class ResourceSkusResult
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.ResourceSkusResult
-
public final class ResourceSkusResult extends Object
The List Resource Skus operation response.
-
-
Constructor Summary
Constructors Constructor Description ResourceSkusResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URI to fetch the next page of Resource Skus.voidvalidate()Validates the instance.List<ResourceSkuInner>value()Get the value property: The list of skus available for the subscription.ResourceSkusResultwithNextLink(String nextLink)Set the nextLink property: The URI to fetch the next page of Resource Skus.ResourceSkusResultwithValue(List<ResourceSkuInner> value)Set the value property: The list of skus available for the subscription.
-
-
-
Method Detail
-
value
public List<ResourceSkuInner> value()
Get the value property: The list of skus available for the subscription.- Returns:
- the value value.
-
withValue
public ResourceSkusResult withValue(List<ResourceSkuInner> value)
Set the value property: The list of skus available for the subscription.- Parameters:
value- the value value to set.- Returns:
- the ResourceSkusResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus.- Returns:
- the nextLink value.
-
withNextLink
public ResourceSkusResult withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ResourceSkusResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-