listStorageAccountSasTokens

Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. Uses Azure REST API version 2019-11-01-preview.

Return

The SAS response that contains the storage account, container and associated SAS token for connection use.

Parameters

argument

null


suspend fun listStorageAccountSasTokens(accountName: String, containerName: String, resourceGroupName: String, storageAccountName: String): ListStorageAccountSasTokensResult

Return

The SAS response that contains the storage account, container and associated SAS token for connection use.

Parameters

accountName

The name of the Data Lake Analytics account.

containerName

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

resourceGroupName

The name of the Azure resource group.

storageAccountName

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

See also


Return

The SAS response that contains the storage account, container and associated SAS token for connection use.

Parameters

argument

Builder for com.pulumi.azurenative.datalakeanalytics.kotlin.inputs.ListStorageAccountSasTokensPlainArgs.

See also