com.pulumi.azurenative.hdinsight.HdinsightFunctions 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.hdinsight;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.hdinsight.inputs.GetApplicationArgs;
import com.pulumi.azurenative.hdinsight.inputs.GetApplicationPlainArgs;
import com.pulumi.azurenative.hdinsight.inputs.GetClusterArgs;
import com.pulumi.azurenative.hdinsight.inputs.GetClusterGatewaySettingsArgs;
import com.pulumi.azurenative.hdinsight.inputs.GetClusterGatewaySettingsPlainArgs;
import com.pulumi.azurenative.hdinsight.inputs.GetClusterPlainArgs;
import com.pulumi.azurenative.hdinsight.inputs.GetClusterPoolArgs;
import com.pulumi.azurenative.hdinsight.inputs.GetClusterPoolPlainArgs;
import com.pulumi.azurenative.hdinsight.inputs.GetPrivateEndpointConnectionArgs;
import com.pulumi.azurenative.hdinsight.inputs.GetPrivateEndpointConnectionPlainArgs;
import com.pulumi.azurenative.hdinsight.outputs.GetApplicationResult;
import com.pulumi.azurenative.hdinsight.outputs.GetClusterGatewaySettingsResult;
import com.pulumi.azurenative.hdinsight.outputs.GetClusterPoolResult;
import com.pulumi.azurenative.hdinsight.outputs.GetClusterResult;
import com.pulumi.azurenative.hdinsight.outputs.GetPrivateEndpointConnectionResult;
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 HdinsightFunctions {
/**
* Gets properties of the specified application.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static Output getApplication(GetApplicationArgs args) {
return getApplication(args, InvokeOptions.Empty);
}
/**
* Gets properties of the specified application.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static CompletableFuture getApplicationPlain(GetApplicationPlainArgs args) {
return getApplicationPlain(args, InvokeOptions.Empty);
}
/**
* Gets properties of the specified application.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static Output getApplication(GetApplicationArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:hdinsight:getApplication", TypeShape.of(GetApplicationResult.class), args, Utilities.withVersion(options));
}
/**
* Gets properties of the specified application.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static CompletableFuture getApplicationPlain(GetApplicationPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:hdinsight:getApplication", TypeShape.of(GetApplicationResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified cluster.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-06-01-preview, 2023-08-15-preview, 2023-11-01-preview, 2024-05-01-preview, 2024-08-01-preview.
*
*/
public static Output getCluster(GetClusterArgs args) {
return getCluster(args, InvokeOptions.Empty);
}
/**
* Gets the specified cluster.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-06-01-preview, 2023-08-15-preview, 2023-11-01-preview, 2024-05-01-preview, 2024-08-01-preview.
*
*/
public static CompletableFuture getClusterPlain(GetClusterPlainArgs args) {
return getClusterPlain(args, InvokeOptions.Empty);
}
/**
* Gets the specified cluster.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-06-01-preview, 2023-08-15-preview, 2023-11-01-preview, 2024-05-01-preview, 2024-08-01-preview.
*
*/
public static Output getCluster(GetClusterArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:hdinsight:getCluster", TypeShape.of(GetClusterResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified cluster.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-06-01-preview, 2023-08-15-preview, 2023-11-01-preview, 2024-05-01-preview, 2024-08-01-preview.
*
*/
public static CompletableFuture getClusterPlain(GetClusterPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:hdinsight:getCluster", TypeShape.of(GetClusterResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the gateway settings for the specified cluster.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static Output getClusterGatewaySettings(GetClusterGatewaySettingsArgs args) {
return getClusterGatewaySettings(args, InvokeOptions.Empty);
}
/**
* Gets the gateway settings for the specified cluster.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static CompletableFuture getClusterGatewaySettingsPlain(GetClusterGatewaySettingsPlainArgs args) {
return getClusterGatewaySettingsPlain(args, InvokeOptions.Empty);
}
/**
* Gets the gateway settings for the specified cluster.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static Output getClusterGatewaySettings(GetClusterGatewaySettingsArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:hdinsight:getClusterGatewaySettings", TypeShape.of(GetClusterGatewaySettingsResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the gateway settings for the specified cluster.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static CompletableFuture getClusterGatewaySettingsPlain(GetClusterGatewaySettingsPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:hdinsight:getClusterGatewaySettings", TypeShape.of(GetClusterGatewaySettingsResult.class), args, Utilities.withVersion(options));
}
/**
* Gets a cluster pool.
* Azure REST API version: 2023-06-01-preview.
*
* Other available API versions: 2023-11-01-preview, 2024-05-01-preview.
*
*/
public static Output getClusterPool(GetClusterPoolArgs args) {
return getClusterPool(args, InvokeOptions.Empty);
}
/**
* Gets a cluster pool.
* Azure REST API version: 2023-06-01-preview.
*
* Other available API versions: 2023-11-01-preview, 2024-05-01-preview.
*
*/
public static CompletableFuture getClusterPoolPlain(GetClusterPoolPlainArgs args) {
return getClusterPoolPlain(args, InvokeOptions.Empty);
}
/**
* Gets a cluster pool.
* Azure REST API version: 2023-06-01-preview.
*
* Other available API versions: 2023-11-01-preview, 2024-05-01-preview.
*
*/
public static Output getClusterPool(GetClusterPoolArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:hdinsight:getClusterPool", TypeShape.of(GetClusterPoolResult.class), args, Utilities.withVersion(options));
}
/**
* Gets a cluster pool.
* Azure REST API version: 2023-06-01-preview.
*
* Other available API versions: 2023-11-01-preview, 2024-05-01-preview.
*
*/
public static CompletableFuture getClusterPoolPlain(GetClusterPoolPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:hdinsight:getClusterPool", TypeShape.of(GetClusterPoolResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specific private endpoint connection.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args) {
return getPrivateEndpointConnection(args, InvokeOptions.Empty);
}
/**
* Gets the specific private endpoint connection.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args) {
return getPrivateEndpointConnectionPlain(args, InvokeOptions.Empty);
}
/**
* Gets the specific private endpoint connection.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:hdinsight:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specific private endpoint connection.
* Azure REST API version: 2021-06-01.
*
* Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview.
*
*/
public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:hdinsight:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy