Class SasTokenInformationListResult

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.models.SasTokenInformationListResult

public final class SasTokenInformationListResult extends Object
The SAS response that contains the storage account, container and associated SAS token for connection use.
  • Constructor Details

    • SasTokenInformationListResult

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

    • value

      public List<SasTokenInformationInner> value()
      Get the value property: The results of the list operation.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link (url) to the next page of results.
      Returns:
      the nextLink value.
    • validate

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