Class ProximityPlacementGroupListResult
java.lang.Object
com.azure.resourcemanager.compute.models.ProximityPlacementGroupListResult
The List Proximity Placement Group operation response.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ProximityPlacementGroupListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI to fetch the next page of proximity placement groups.voidvalidate()Validates the instance.value()Get the value property: The list of proximity placement groups.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of proximity placement groups.Set the value property: The list of proximity placement groups.
-
Constructor Details
-
ProximityPlacementGroupListResult
public ProximityPlacementGroupListResult()Creates an instance of ProximityPlacementGroupListResult class.
-
-
Method Details
-
value
Get the value property: The list of proximity placement groups.- Returns:
- the value value.
-
withValue
Set the value property: The list of proximity placement groups.- Parameters:
value- the value value to set.- Returns:
- the ProximityPlacementGroupListResult object itself.
-
nextLink
Get the nextLink property: The URI to fetch the next page of proximity placement groups.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URI to fetch the next page of proximity placement groups.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ProximityPlacementGroupListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-