Class AzureBareMetalInstancesListResult

java.lang.Object
com.azure.resourcemanager.baremetalinfrastructure.models.AzureBareMetalInstancesListResult

public final class AzureBareMetalInstancesListResult extends Object
The response from the List AzureBareMetal Instances operation.
  • Constructor Details

    • AzureBareMetalInstancesListResult

      public AzureBareMetalInstancesListResult()
      Creates an instance of AzureBareMetalInstancesListResult class.
  • Method Details

    • value

      Get the value property: The list of Azure BareMetal instances.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of Azure BareMetal instances.
      Parameters:
      value - the value value to set.
      Returns:
      the AzureBareMetalInstancesListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of AzureBareMetal instances.
      Returns:
      the nextLink value.
    • withNextLink

      public AzureBareMetalInstancesListResult withNextLink(String nextLink)
      Set the nextLink property: The URL to get the next set of AzureBareMetal instances.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the AzureBareMetalInstancesListResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.