All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.datalakeanalytics.DatalakeanalyticsFunctions Maven / Gradle / Ivy

// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.azurenative.datalakeanalytics;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.datalakeanalytics.inputs.GetAccountArgs;
import com.pulumi.azurenative.datalakeanalytics.inputs.GetAccountPlainArgs;
import com.pulumi.azurenative.datalakeanalytics.inputs.GetComputePolicyArgs;
import com.pulumi.azurenative.datalakeanalytics.inputs.GetComputePolicyPlainArgs;
import com.pulumi.azurenative.datalakeanalytics.inputs.GetFirewallRuleArgs;
import com.pulumi.azurenative.datalakeanalytics.inputs.GetFirewallRulePlainArgs;
import com.pulumi.azurenative.datalakeanalytics.inputs.ListStorageAccountSasTokensArgs;
import com.pulumi.azurenative.datalakeanalytics.inputs.ListStorageAccountSasTokensPlainArgs;
import com.pulumi.azurenative.datalakeanalytics.outputs.GetAccountResult;
import com.pulumi.azurenative.datalakeanalytics.outputs.GetComputePolicyResult;
import com.pulumi.azurenative.datalakeanalytics.outputs.GetFirewallRuleResult;
import com.pulumi.azurenative.datalakeanalytics.outputs.ListStorageAccountSasTokensResult;
import com.pulumi.core.Output;
import com.pulumi.core.TypeShape;
import com.pulumi.deployment.Deployment;
import com.pulumi.deployment.InvokeOptions;
import java.util.concurrent.CompletableFuture;

public final class DatalakeanalyticsFunctions {
    /**
     * 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.
     * 
     */
    public static Output getAccount(GetAccountArgs args) {
        return getAccount(args, InvokeOptions.Empty);
    }
    /**
     * 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.
     * 
     */
    public static CompletableFuture getAccountPlain(GetAccountPlainArgs args) {
        return getAccountPlain(args, InvokeOptions.Empty);
    }
    /**
     * 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.
     * 
     */
    public static Output getAccount(GetAccountArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:datalakeanalytics:getAccount", TypeShape.of(GetAccountResult.class), args, Utilities.withVersion(options));
    }
    /**
     * 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.
     * 
     */
    public static CompletableFuture getAccountPlain(GetAccountPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:datalakeanalytics:getAccount", TypeShape.of(GetAccountResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the specified Data Lake Analytics compute policy.
     * Azure REST API version: 2019-11-01-preview.
     * 
     */
    public static Output getComputePolicy(GetComputePolicyArgs args) {
        return getComputePolicy(args, InvokeOptions.Empty);
    }
    /**
     * Gets the specified Data Lake Analytics compute policy.
     * Azure REST API version: 2019-11-01-preview.
     * 
     */
    public static CompletableFuture getComputePolicyPlain(GetComputePolicyPlainArgs args) {
        return getComputePolicyPlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets the specified Data Lake Analytics compute policy.
     * Azure REST API version: 2019-11-01-preview.
     * 
     */
    public static Output getComputePolicy(GetComputePolicyArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:datalakeanalytics:getComputePolicy", TypeShape.of(GetComputePolicyResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the specified Data Lake Analytics compute policy.
     * Azure REST API version: 2019-11-01-preview.
     * 
     */
    public static CompletableFuture getComputePolicyPlain(GetComputePolicyPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:datalakeanalytics:getComputePolicy", TypeShape.of(GetComputePolicyResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the specified Data Lake Analytics firewall rule.
     * Azure REST API version: 2019-11-01-preview.
     * 
     */
    public static Output getFirewallRule(GetFirewallRuleArgs args) {
        return getFirewallRule(args, InvokeOptions.Empty);
    }
    /**
     * Gets the specified Data Lake Analytics firewall rule.
     * Azure REST API version: 2019-11-01-preview.
     * 
     */
    public static CompletableFuture getFirewallRulePlain(GetFirewallRulePlainArgs args) {
        return getFirewallRulePlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets the specified Data Lake Analytics firewall rule.
     * Azure REST API version: 2019-11-01-preview.
     * 
     */
    public static Output getFirewallRule(GetFirewallRuleArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:datalakeanalytics:getFirewallRule", TypeShape.of(GetFirewallRuleResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the specified Data Lake Analytics firewall rule.
     * Azure REST API version: 2019-11-01-preview.
     * 
     */
    public static CompletableFuture getFirewallRulePlain(GetFirewallRulePlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:datalakeanalytics:getFirewallRule", TypeShape.of(GetFirewallRuleResult.class), args, Utilities.withVersion(options));
    }
    /**
     * 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.
     * 
     */
    public static Output listStorageAccountSasTokens(ListStorageAccountSasTokensArgs args) {
        return listStorageAccountSasTokens(args, InvokeOptions.Empty);
    }
    /**
     * 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.
     * 
     */
    public static CompletableFuture listStorageAccountSasTokensPlain(ListStorageAccountSasTokensPlainArgs args) {
        return listStorageAccountSasTokensPlain(args, InvokeOptions.Empty);
    }
    /**
     * 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.
     * 
     */
    public static Output listStorageAccountSasTokens(ListStorageAccountSasTokensArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:datalakeanalytics:listStorageAccountSasTokens", TypeShape.of(ListStorageAccountSasTokensResult.class), args, Utilities.withVersion(options));
    }
    /**
     * 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.
     * 
     */
    public static CompletableFuture listStorageAccountSasTokensPlain(ListStorageAccountSasTokensPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:datalakeanalytics:listStorageAccountSasTokens", TypeShape.of(ListStorageAccountSasTokensResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy