StorageAccountsOperationsExtensions.ListSasTokens Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.SasTokenInfo> ListSasTokens (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, string containerName);
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.SasTokenInfo>
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 SasTokenInfo)
<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
- String
The name of the Azure resource group.
- accountName
- String
The name of the Data Lake Analytics account.
- storageAccountName
- String
The name of the Azure storage account for which the SAS token is being requested.
- containerName
- String
The name of the Azure storage container for which the SAS token is being requested.
Returns
Applies to
Azure SDK for .NET