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

com.pulumi.azurenative.iotcentral.IotcentralFunctions Maven / Gradle / Ivy

There is a newer version: 2.78.0
Show newest version
// *** 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.iotcentral;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.iotcentral.inputs.GetAppArgs;
import com.pulumi.azurenative.iotcentral.inputs.GetAppPlainArgs;
import com.pulumi.azurenative.iotcentral.inputs.GetPrivateEndpointConnectionArgs;
import com.pulumi.azurenative.iotcentral.inputs.GetPrivateEndpointConnectionPlainArgs;
import com.pulumi.azurenative.iotcentral.outputs.GetAppResult;
import com.pulumi.azurenative.iotcentral.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 IotcentralFunctions {
    /**
     * Get the metadata of an IoT Central application.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2018-09-01, 2021-11-01-preview.
     * 
     */
    public static Output getApp(GetAppArgs args) {
        return getApp(args, InvokeOptions.Empty);
    }
    /**
     * Get the metadata of an IoT Central application.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2018-09-01, 2021-11-01-preview.
     * 
     */
    public static CompletableFuture getAppPlain(GetAppPlainArgs args) {
        return getAppPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get the metadata of an IoT Central application.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2018-09-01, 2021-11-01-preview.
     * 
     */
    public static Output getApp(GetAppArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:iotcentral:getApp", TypeShape.of(GetAppResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get the metadata of an IoT Central application.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2018-09-01, 2021-11-01-preview.
     * 
     */
    public static CompletableFuture getAppPlain(GetAppPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:iotcentral:getApp", TypeShape.of(GetAppResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get the metadata of a private endpoint connection for the IoT Central Application.
     * Azure REST API version: 2021-11-01-preview.
     * 
     */
    public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args) {
        return getPrivateEndpointConnection(args, InvokeOptions.Empty);
    }
    /**
     * Get the metadata of a private endpoint connection for the IoT Central Application.
     * Azure REST API version: 2021-11-01-preview.
     * 
     */
    public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args) {
        return getPrivateEndpointConnectionPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get the metadata of a private endpoint connection for the IoT Central Application.
     * Azure REST API version: 2021-11-01-preview.
     * 
     */
    public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:iotcentral:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get the metadata of a private endpoint connection for the IoT Central Application.
     * Azure REST API version: 2021-11-01-preview.
     * 
     */
    public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:iotcentral:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy