public final class ResourceSkusResult extends Object
Constructor and Description |
---|
ResourceSkusResult() |
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink property: The URI to fetch the next page of Resource Skus.
|
void |
validate()
Validates the instance.
|
List<ResourceSkuInner> |
value()
Get the value property: The list of skus available for the subscription.
|
ResourceSkusResult |
withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of Resource Skus.
|
ResourceSkusResult |
withValue(List<ResourceSkuInner> value)
Set the value property: The list of skus available for the subscription.
|
public List<ResourceSkuInner> value()
public ResourceSkusResult withValue(List<ResourceSkuInner> value)
value
- the value value to set.public String nextLink()
public ResourceSkusResult withNextLink(String nextLink)
nextLink
- the nextLink value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.