Share via


StorageAccountsOperationsExtensions.ListSasTokens Method

Definition

Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInformation> ListSasTokens(this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, string containerName);
static member ListSasTokens : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInformation>
<Extension()>
Public Function ListSasTokens (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String, containerName As String) As IPage(Of SasTokenInformation)

Parameters

operations
IStorageAccountsOperations

The operations group for this extension method.

resourceGroupName
System.String

The name of the Azure resource group.

accountName
System.String

The name of the Data Lake Analytics account.

storageAccountName
System.String

The name of the Azure storage account for which the SAS token is being requested.

containerName
System.String

The name of the Azure storage container for which the SAS token is being requested.

Returns

Microsoft.Rest.Azure.IPage<SasTokenInformation>

Applies to