Class AvailableServiceAliasesResult

java.lang.Object
com.azure.resourcemanager.network.models.AvailableServiceAliasesResult

public final class AvailableServiceAliasesResult extends Object
An array of available service aliases.
  • Constructor Details

    • AvailableServiceAliasesResult

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

    • value

      Get the value property: An array of available service aliases.
      Returns:
      the value value.
    • withValue

      Set the value property: An array of available service aliases.
      Parameters:
      value - the value value to set.
      Returns:
      the AvailableServiceAliasesResult object itself.
    • nextLink

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

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