SasTokenInformation Interface

public interface SasTokenInformation

An immutable client-side representation of SasTokenInformation.

Method Summary

Modifier and Type Method and Description
abstract String accessToken()

Gets the accessToken property: The access token for the associated Azure Storage Container.

abstract SasTokenInformationInner innerModel()

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

Method Details

accessToken

public abstract String accessToken()

Gets the accessToken property: The access token for the associated Azure Storage Container.

Returns:

the accessToken value.

innerModel

public abstract SasTokenInformationInner innerModel()

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

Returns:

the inner object.

Applies to