Class DedicatedHostGroupListResult

java.lang.Object
com.azure.resourcemanager.compute.models.DedicatedHostGroupListResult

public final class DedicatedHostGroupListResult extends Object
The List Dedicated Host Group with resource group response.
  • Constructor Details

    • DedicatedHostGroupListResult

      public DedicatedHostGroupListResult()
  • Method Details

    • value

      public List<DedicatedHostGroupInner> 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

      public String 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

      public DedicatedHostGroupListResult withNextLink(String nextLink)
      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.