ListStorageAccountSasTokensPlainArgs

data class ListStorageAccountSasTokensPlainArgs(val accountName: String, val containerName: String, val resourceGroupName: String, val storageAccountName: String) : ConvertibleToJava<ListStorageAccountSasTokensPlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, containerName: String, resourceGroupName: String, storageAccountName: String)

Properties

Link copied to clipboard

The name of the Data Lake Analytics account.

Link copied to clipboard

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

Link copied to clipboard

The name of the Azure resource group.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): ListStorageAccountSasTokensPlainArgs