Class PrivateLinkResources

java.lang.Object
com.azure.resourcemanager.recoveryservices.models.PrivateLinkResources

public final class PrivateLinkResources extends Object
Class which represent the stamps associated with the vault.
  • Constructor Details

    • PrivateLinkResources

      public PrivateLinkResources()
  • Method Details

    • value

      public List<PrivateLinkResourceInner> value()
      Get the value property: A collection of private link resources.
      Returns:
      the value value.
    • withValue

      Set the value property: A collection of private link resources.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateLinkResources object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next chunk of the response.
      Returns:
      the nextLink value.
    • withNextLink

      public PrivateLinkResources withNextLink(String nextLink)
      Set the nextLink property: Link to the next chunk of the response.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the PrivateLinkResources object itself.
    • validate

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