
com.pulumi.azurenative.datalakestore.DatalakestoreFunctions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** 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.datalakestore;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.datalakestore.inputs.GetAccountArgs;
import com.pulumi.azurenative.datalakestore.inputs.GetAccountPlainArgs;
import com.pulumi.azurenative.datalakestore.inputs.GetFirewallRuleArgs;
import com.pulumi.azurenative.datalakestore.inputs.GetFirewallRulePlainArgs;
import com.pulumi.azurenative.datalakestore.inputs.GetTrustedIdProviderArgs;
import com.pulumi.azurenative.datalakestore.inputs.GetTrustedIdProviderPlainArgs;
import com.pulumi.azurenative.datalakestore.inputs.GetVirtualNetworkRuleArgs;
import com.pulumi.azurenative.datalakestore.inputs.GetVirtualNetworkRulePlainArgs;
import com.pulumi.azurenative.datalakestore.outputs.GetAccountResult;
import com.pulumi.azurenative.datalakestore.outputs.GetFirewallRuleResult;
import com.pulumi.azurenative.datalakestore.outputs.GetTrustedIdProviderResult;
import com.pulumi.azurenative.datalakestore.outputs.GetVirtualNetworkRuleResult;
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 DatalakestoreFunctions {
/**
* Gets the specified Data Lake Store account.
* Azure REST API version: 2016-11-01.
*
*/
public static Output getAccount(GetAccountArgs args) {
return getAccount(args, InvokeOptions.Empty);
}
/**
* Gets the specified Data Lake Store account.
* Azure REST API version: 2016-11-01.
*
*/
public static CompletableFuture getAccountPlain(GetAccountPlainArgs args) {
return getAccountPlain(args, InvokeOptions.Empty);
}
/**
* Gets the specified Data Lake Store account.
* Azure REST API version: 2016-11-01.
*
*/
public static Output getAccount(GetAccountArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:datalakestore:getAccount", TypeShape.of(GetAccountResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified Data Lake Store account.
* Azure REST API version: 2016-11-01.
*
*/
public static CompletableFuture getAccountPlain(GetAccountPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:datalakestore:getAccount", TypeShape.of(GetAccountResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified Data Lake Store firewall rule.
* Azure REST API version: 2016-11-01.
*
*/
public static Output getFirewallRule(GetFirewallRuleArgs args) {
return getFirewallRule(args, InvokeOptions.Empty);
}
/**
* Gets the specified Data Lake Store firewall rule.
* Azure REST API version: 2016-11-01.
*
*/
public static CompletableFuture getFirewallRulePlain(GetFirewallRulePlainArgs args) {
return getFirewallRulePlain(args, InvokeOptions.Empty);
}
/**
* Gets the specified Data Lake Store firewall rule.
* Azure REST API version: 2016-11-01.
*
*/
public static Output getFirewallRule(GetFirewallRuleArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:datalakestore:getFirewallRule", TypeShape.of(GetFirewallRuleResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified Data Lake Store firewall rule.
* Azure REST API version: 2016-11-01.
*
*/
public static CompletableFuture getFirewallRulePlain(GetFirewallRulePlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:datalakestore:getFirewallRule", TypeShape.of(GetFirewallRuleResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified Data Lake Store trusted identity provider.
* Azure REST API version: 2016-11-01.
*
*/
public static Output getTrustedIdProvider(GetTrustedIdProviderArgs args) {
return getTrustedIdProvider(args, InvokeOptions.Empty);
}
/**
* Gets the specified Data Lake Store trusted identity provider.
* Azure REST API version: 2016-11-01.
*
*/
public static CompletableFuture getTrustedIdProviderPlain(GetTrustedIdProviderPlainArgs args) {
return getTrustedIdProviderPlain(args, InvokeOptions.Empty);
}
/**
* Gets the specified Data Lake Store trusted identity provider.
* Azure REST API version: 2016-11-01.
*
*/
public static Output getTrustedIdProvider(GetTrustedIdProviderArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:datalakestore:getTrustedIdProvider", TypeShape.of(GetTrustedIdProviderResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified Data Lake Store trusted identity provider.
* Azure REST API version: 2016-11-01.
*
*/
public static CompletableFuture getTrustedIdProviderPlain(GetTrustedIdProviderPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:datalakestore:getTrustedIdProvider", TypeShape.of(GetTrustedIdProviderResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified Data Lake Store virtual network rule.
* Azure REST API version: 2016-11-01.
*
*/
public static Output getVirtualNetworkRule(GetVirtualNetworkRuleArgs args) {
return getVirtualNetworkRule(args, InvokeOptions.Empty);
}
/**
* Gets the specified Data Lake Store virtual network rule.
* Azure REST API version: 2016-11-01.
*
*/
public static CompletableFuture getVirtualNetworkRulePlain(GetVirtualNetworkRulePlainArgs args) {
return getVirtualNetworkRulePlain(args, InvokeOptions.Empty);
}
/**
* Gets the specified Data Lake Store virtual network rule.
* Azure REST API version: 2016-11-01.
*
*/
public static Output getVirtualNetworkRule(GetVirtualNetworkRuleArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:datalakestore:getVirtualNetworkRule", TypeShape.of(GetVirtualNetworkRuleResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified Data Lake Store virtual network rule.
* Azure REST API version: 2016-11-01.
*
*/
public static CompletableFuture getVirtualNetworkRulePlain(GetVirtualNetworkRulePlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:datalakestore:getVirtualNetworkRule", TypeShape.of(GetVirtualNetworkRuleResult.class), args, Utilities.withVersion(options));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy