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

com.pulumi.azurenative.voiceservices.VoiceservicesFunctions 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.voiceservices;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.voiceservices.inputs.GetCommunicationsGatewayArgs;
import com.pulumi.azurenative.voiceservices.inputs.GetCommunicationsGatewayPlainArgs;
import com.pulumi.azurenative.voiceservices.inputs.GetContactArgs;
import com.pulumi.azurenative.voiceservices.inputs.GetContactPlainArgs;
import com.pulumi.azurenative.voiceservices.inputs.GetTestLineArgs;
import com.pulumi.azurenative.voiceservices.inputs.GetTestLinePlainArgs;
import com.pulumi.azurenative.voiceservices.outputs.GetCommunicationsGatewayResult;
import com.pulumi.azurenative.voiceservices.outputs.GetContactResult;
import com.pulumi.azurenative.voiceservices.outputs.GetTestLineResult;
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 VoiceservicesFunctions {
    /**
     * Get a CommunicationsGateway
     * Azure REST API version: 2023-04-03.
     * 
     * Other available API versions: 2023-09-01.
     * 
     */
    public static Output getCommunicationsGateway(GetCommunicationsGatewayArgs args) {
        return getCommunicationsGateway(args, InvokeOptions.Empty);
    }
    /**
     * Get a CommunicationsGateway
     * Azure REST API version: 2023-04-03.
     * 
     * Other available API versions: 2023-09-01.
     * 
     */
    public static CompletableFuture getCommunicationsGatewayPlain(GetCommunicationsGatewayPlainArgs args) {
        return getCommunicationsGatewayPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a CommunicationsGateway
     * Azure REST API version: 2023-04-03.
     * 
     * Other available API versions: 2023-09-01.
     * 
     */
    public static Output getCommunicationsGateway(GetCommunicationsGatewayArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:voiceservices:getCommunicationsGateway", TypeShape.of(GetCommunicationsGatewayResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a CommunicationsGateway
     * Azure REST API version: 2023-04-03.
     * 
     * Other available API versions: 2023-09-01.
     * 
     */
    public static CompletableFuture getCommunicationsGatewayPlain(GetCommunicationsGatewayPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:voiceservices:getCommunicationsGateway", TypeShape.of(GetCommunicationsGatewayResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a Contact
     * Azure REST API version: 2022-12-01-preview.
     * 
     */
    public static Output getContact(GetContactArgs args) {
        return getContact(args, InvokeOptions.Empty);
    }
    /**
     * Get a Contact
     * Azure REST API version: 2022-12-01-preview.
     * 
     */
    public static CompletableFuture getContactPlain(GetContactPlainArgs args) {
        return getContactPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a Contact
     * Azure REST API version: 2022-12-01-preview.
     * 
     */
    public static Output getContact(GetContactArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:voiceservices:getContact", TypeShape.of(GetContactResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a Contact
     * Azure REST API version: 2022-12-01-preview.
     * 
     */
    public static CompletableFuture getContactPlain(GetContactPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:voiceservices:getContact", TypeShape.of(GetContactResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a TestLine
     * Azure REST API version: 2023-04-03.
     * 
     * Other available API versions: 2022-12-01-preview, 2023-09-01.
     * 
     */
    public static Output getTestLine(GetTestLineArgs args) {
        return getTestLine(args, InvokeOptions.Empty);
    }
    /**
     * Get a TestLine
     * Azure REST API version: 2023-04-03.
     * 
     * Other available API versions: 2022-12-01-preview, 2023-09-01.
     * 
     */
    public static CompletableFuture getTestLinePlain(GetTestLinePlainArgs args) {
        return getTestLinePlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a TestLine
     * Azure REST API version: 2023-04-03.
     * 
     * Other available API versions: 2022-12-01-preview, 2023-09-01.
     * 
     */
    public static Output getTestLine(GetTestLineArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:voiceservices:getTestLine", TypeShape.of(GetTestLineResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a TestLine
     * Azure REST API version: 2023-04-03.
     * 
     * Other available API versions: 2022-12-01-preview, 2023-09-01.
     * 
     */
    public static CompletableFuture getTestLinePlain(GetTestLinePlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:voiceservices:getTestLine", TypeShape.of(GetTestLineResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy