Interface SasTokenInformation


public interface SasTokenInformation
An immutable client-side representation of SasTokenInformation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the accessToken property: The access token for the associated Azure Storage Container.
    Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.SasTokenInformationInner object.
  • Method Details

    • accessToken

      String accessToken()
      Gets the accessToken property: The access token for the associated Azure Storage Container.
      Returns:
      the accessToken value.
    • innerModel

      Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.SasTokenInformationInner object.
      Returns:
      the inner object.