Class DppResourceList

java.lang.Object
com.azure.resourcemanager.dataprotection.models.DppResourceList
Direct Known Subclasses:
AzureBackupJobResourceList, AzureBackupRecoveryPointResourceList, BackupInstanceResourceList, BackupVaultResourceList, BaseBackupPolicyResourceList, DeletedBackupInstanceResourceList, ResourceGuardProxyBaseResourceList

public class DppResourceList extends Object
List Resource

ListResource.

  • Constructor Details

    • DppResourceList

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

    • nextLink

      public String nextLink()
      Get the nextLink property: The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.
      Returns:
      the nextLink value.
    • withNextLink

      public DppResourceList withNextLink(String nextLink)
      Set the nextLink property: The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the DppResourceList object itself.
    • validate

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