DatalakeanalyticsFunctions

Functions

Link copied to clipboard

Gets details of the specified Data Lake Analytics account. Uses Azure REST API version 2019-11-01-preview.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Gets the specified Data Lake Analytics compute policy. Uses Azure REST API version 2019-11-01-preview.

suspend fun getComputePolicy(accountName: String, computePolicyName: String, resourceGroupName: String): GetComputePolicyResult
Link copied to clipboard

Gets the specified Data Lake Analytics firewall rule. Uses Azure REST API version 2019-11-01-preview.

suspend fun getFirewallRule(accountName: String, firewallRuleName: String, resourceGroupName: String): GetFirewallRuleResult
Link copied to clipboard

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.

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