Class EncryptionScopeListResult

java.lang.Object
com.azure.resourcemanager.storage.models.EncryptionScopeListResult

public final class EncryptionScopeListResult extends Object
List of encryption scopes requested, and if paging is required, a URL to the next page of encryption scopes.
  • Constructor Details

    • EncryptionScopeListResult

      public EncryptionScopeListResult()
  • Method Details

    • value

      public List<EncryptionScopeInner> value()
      Get the value property: List of encryption scopes requested.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: Request URL that can be used to query next page of encryption scopes. Returned when total number of requested encryption scopes exceeds the maximum page size.
      Returns:
      the nextLink value.
    • validate

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