Datalakeanalytics Functions
object DatalakeanalyticsFunctions
Functions
Link copied to clipboard
Gets details of the specified Data Lake Analytics account. Uses Azure REST API version 2019-11-01-preview.
Link copied to clipboard
Gets the specified Data Lake Analytics compute policy. Uses 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. Uses 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. Uses 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