Class 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 Detail

      • EncryptionScopeListResult

        public EncryptionScopeListResult()
    • Method Detail

      • 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.