Datalakeanalytics Functions
object DatalakeanalyticsFunctions
Functions
Link copied to clipboard
Gets details of the specified Data Lake Analytics account. Azure REST API version: 2019-11-01-preview. Other available API versions: 2015-10-01-preview.
Link copied to clipboard
Gets the specified Data Lake Analytics compute policy. Azure REST API version: 2019-11-01-preview.
suspend fun getComputePolicy(argument: suspend GetComputePolicyPlainArgsBuilder.() -> Unit): GetComputePolicyResult
suspend fun getComputePolicy(accountName: String, computePolicyName: String, resourceGroupName: String): GetComputePolicyResult
Link copied to clipboard
Gets the specified Data Lake Analytics firewall rule. Azure REST API version: 2019-11-01-preview.
suspend fun getFirewallRule(argument: suspend GetFirewallRulePlainArgsBuilder.() -> Unit): GetFirewallRuleResult
suspend fun getFirewallRule(accountName: String, firewallRuleName: String, resourceGroupName: String): GetFirewallRuleResult
Link copied to clipboard
suspend fun listStorageAccountSasTokens(argument: ListStorageAccountSasTokensPlainArgs): ListStorageAccountSasTokensResult
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. Azure REST API version: 2019-11-01-preview.
suspend fun listStorageAccountSasTokens(argument: suspend ListStorageAccountSasTokensPlainArgsBuilder.() -> Unit): ListStorageAccountSasTokensResult
suspend fun listStorageAccountSasTokens(accountName: String, containerName: String, resourceGroupName: String, storageAccountName: String): ListStorageAccountSasTokensResult