Class DedicatedHostGroupListResult
java.lang.Object
com.azure.resourcemanager.compute.models.DedicatedHostGroupListResult
The List Dedicated Host Group with resource group response.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DedicatedHostGroupListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI to fetch the next page of Dedicated Host Groups.voidvalidate()Validates the instance.value()Get the value property: The list of dedicated host groups.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of Dedicated Host Groups.withValue(List<DedicatedHostGroupInner> value) Set the value property: The list of dedicated host groups.
-
Constructor Details
-
DedicatedHostGroupListResult
public DedicatedHostGroupListResult()Creates an instance of DedicatedHostGroupListResult class.
-
-
Method Details
-
value
Get the value property: The list of dedicated host groups.- Returns:
- the value value.
-
withValue
Set the value property: The list of dedicated host groups.- Parameters:
value- the value value to set.- Returns:
- the DedicatedHostGroupListResult object itself.
-
nextLink
Get the nextLink property: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the DedicatedHostGroupListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-