AvailabilitySetListResult Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. AvailabilitySetListResult
- com.
public final class AvailabilitySetListResult
List of AvailabilitySets.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AvailabilitySetListResult() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Availability |
value()
Get the value property: List of Availability |
|
Availability |
withNextLink(String nextLink)
Set the next |
|
Availability |
withValue(List<AvailabilitySetInner> value)
Set the value property: List of Availability |
Methods inherited from java.lang.Object
Constructor Details
AvailabilitySetListResult
public AvailabilitySetListResult()
Method Details
nextLink
public String nextLink()
Get the nextLink property: Url to follow for getting next page of resources.
Returns:
validate
public void validate()
Validates the instance.
value
public List<AvailabilitySetInner> value()
Get the value property: List of AvailabilitySets.
Returns:
withNextLink
public AvailabilitySetListResult withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of resources.
Parameters:
Returns:
withValue
public AvailabilitySetListResult withValue(List<AvailabilitySetInner> value)
Set the value property: List of AvailabilitySets.
Parameters:
Returns: