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

com.pulumi.azurenative.mixedreality.MixedrealityFunctions 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.mixedreality;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.mixedreality.inputs.GetObjectAnchorsAccountArgs;
import com.pulumi.azurenative.mixedreality.inputs.GetObjectAnchorsAccountPlainArgs;
import com.pulumi.azurenative.mixedreality.inputs.GetRemoteRenderingAccountArgs;
import com.pulumi.azurenative.mixedreality.inputs.GetRemoteRenderingAccountPlainArgs;
import com.pulumi.azurenative.mixedreality.inputs.GetSpatialAnchorsAccountArgs;
import com.pulumi.azurenative.mixedreality.inputs.GetSpatialAnchorsAccountPlainArgs;
import com.pulumi.azurenative.mixedreality.inputs.ListObjectAnchorsAccountKeysArgs;
import com.pulumi.azurenative.mixedreality.inputs.ListObjectAnchorsAccountKeysPlainArgs;
import com.pulumi.azurenative.mixedreality.inputs.ListRemoteRenderingAccountKeysArgs;
import com.pulumi.azurenative.mixedreality.inputs.ListRemoteRenderingAccountKeysPlainArgs;
import com.pulumi.azurenative.mixedreality.inputs.ListSpatialAnchorsAccountKeysArgs;
import com.pulumi.azurenative.mixedreality.inputs.ListSpatialAnchorsAccountKeysPlainArgs;
import com.pulumi.azurenative.mixedreality.outputs.GetObjectAnchorsAccountResult;
import com.pulumi.azurenative.mixedreality.outputs.GetRemoteRenderingAccountResult;
import com.pulumi.azurenative.mixedreality.outputs.GetSpatialAnchorsAccountResult;
import com.pulumi.azurenative.mixedreality.outputs.ListObjectAnchorsAccountKeysResult;
import com.pulumi.azurenative.mixedreality.outputs.ListRemoteRenderingAccountKeysResult;
import com.pulumi.azurenative.mixedreality.outputs.ListSpatialAnchorsAccountKeysResult;
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 MixedrealityFunctions {
    /**
     * Retrieve an Object Anchors Account.
     * Azure REST API version: 2021-03-01-preview.
     * 
     */
    public static Output getObjectAnchorsAccount(GetObjectAnchorsAccountArgs args) {
        return getObjectAnchorsAccount(args, InvokeOptions.Empty);
    }
    /**
     * Retrieve an Object Anchors Account.
     * Azure REST API version: 2021-03-01-preview.
     * 
     */
    public static CompletableFuture getObjectAnchorsAccountPlain(GetObjectAnchorsAccountPlainArgs args) {
        return getObjectAnchorsAccountPlain(args, InvokeOptions.Empty);
    }
    /**
     * Retrieve an Object Anchors Account.
     * Azure REST API version: 2021-03-01-preview.
     * 
     */
    public static Output getObjectAnchorsAccount(GetObjectAnchorsAccountArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:mixedreality:getObjectAnchorsAccount", TypeShape.of(GetObjectAnchorsAccountResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Retrieve an Object Anchors Account.
     * Azure REST API version: 2021-03-01-preview.
     * 
     */
    public static CompletableFuture getObjectAnchorsAccountPlain(GetObjectAnchorsAccountPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:mixedreality:getObjectAnchorsAccount", TypeShape.of(GetObjectAnchorsAccountResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Retrieve a Remote Rendering Account.
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static Output getRemoteRenderingAccount(GetRemoteRenderingAccountArgs args) {
        return getRemoteRenderingAccount(args, InvokeOptions.Empty);
    }
    /**
     * Retrieve a Remote Rendering Account.
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static CompletableFuture getRemoteRenderingAccountPlain(GetRemoteRenderingAccountPlainArgs args) {
        return getRemoteRenderingAccountPlain(args, InvokeOptions.Empty);
    }
    /**
     * Retrieve a Remote Rendering Account.
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static Output getRemoteRenderingAccount(GetRemoteRenderingAccountArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:mixedreality:getRemoteRenderingAccount", TypeShape.of(GetRemoteRenderingAccountResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Retrieve a Remote Rendering Account.
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static CompletableFuture getRemoteRenderingAccountPlain(GetRemoteRenderingAccountPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:mixedreality:getRemoteRenderingAccount", TypeShape.of(GetRemoteRenderingAccountResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Retrieve a Spatial Anchors Account.
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2019-02-28-preview, 2021-03-01-preview.
     * 
     */
    public static Output getSpatialAnchorsAccount(GetSpatialAnchorsAccountArgs args) {
        return getSpatialAnchorsAccount(args, InvokeOptions.Empty);
    }
    /**
     * Retrieve a Spatial Anchors Account.
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2019-02-28-preview, 2021-03-01-preview.
     * 
     */
    public static CompletableFuture getSpatialAnchorsAccountPlain(GetSpatialAnchorsAccountPlainArgs args) {
        return getSpatialAnchorsAccountPlain(args, InvokeOptions.Empty);
    }
    /**
     * Retrieve a Spatial Anchors Account.
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2019-02-28-preview, 2021-03-01-preview.
     * 
     */
    public static Output getSpatialAnchorsAccount(GetSpatialAnchorsAccountArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:mixedreality:getSpatialAnchorsAccount", TypeShape.of(GetSpatialAnchorsAccountResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Retrieve a Spatial Anchors Account.
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2019-02-28-preview, 2021-03-01-preview.
     * 
     */
    public static CompletableFuture getSpatialAnchorsAccountPlain(GetSpatialAnchorsAccountPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:mixedreality:getSpatialAnchorsAccount", TypeShape.of(GetSpatialAnchorsAccountResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List Both of the 2 Keys of an object anchors Account
     * Azure REST API version: 2021-03-01-preview.
     * 
     */
    public static Output listObjectAnchorsAccountKeys(ListObjectAnchorsAccountKeysArgs args) {
        return listObjectAnchorsAccountKeys(args, InvokeOptions.Empty);
    }
    /**
     * List Both of the 2 Keys of an object anchors Account
     * Azure REST API version: 2021-03-01-preview.
     * 
     */
    public static CompletableFuture listObjectAnchorsAccountKeysPlain(ListObjectAnchorsAccountKeysPlainArgs args) {
        return listObjectAnchorsAccountKeysPlain(args, InvokeOptions.Empty);
    }
    /**
     * List Both of the 2 Keys of an object anchors Account
     * Azure REST API version: 2021-03-01-preview.
     * 
     */
    public static Output listObjectAnchorsAccountKeys(ListObjectAnchorsAccountKeysArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:mixedreality:listObjectAnchorsAccountKeys", TypeShape.of(ListObjectAnchorsAccountKeysResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List Both of the 2 Keys of an object anchors Account
     * Azure REST API version: 2021-03-01-preview.
     * 
     */
    public static CompletableFuture listObjectAnchorsAccountKeysPlain(ListObjectAnchorsAccountKeysPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:mixedreality:listObjectAnchorsAccountKeys", TypeShape.of(ListObjectAnchorsAccountKeysResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List Both of the 2 Keys of a Remote Rendering Account
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static Output listRemoteRenderingAccountKeys(ListRemoteRenderingAccountKeysArgs args) {
        return listRemoteRenderingAccountKeys(args, InvokeOptions.Empty);
    }
    /**
     * List Both of the 2 Keys of a Remote Rendering Account
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static CompletableFuture listRemoteRenderingAccountKeysPlain(ListRemoteRenderingAccountKeysPlainArgs args) {
        return listRemoteRenderingAccountKeysPlain(args, InvokeOptions.Empty);
    }
    /**
     * List Both of the 2 Keys of a Remote Rendering Account
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static Output listRemoteRenderingAccountKeys(ListRemoteRenderingAccountKeysArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:mixedreality:listRemoteRenderingAccountKeys", TypeShape.of(ListRemoteRenderingAccountKeysResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List Both of the 2 Keys of a Remote Rendering Account
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static CompletableFuture listRemoteRenderingAccountKeysPlain(ListRemoteRenderingAccountKeysPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:mixedreality:listRemoteRenderingAccountKeys", TypeShape.of(ListRemoteRenderingAccountKeysResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List Both of the 2 Keys of a Spatial Anchors Account
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static Output listSpatialAnchorsAccountKeys(ListSpatialAnchorsAccountKeysArgs args) {
        return listSpatialAnchorsAccountKeys(args, InvokeOptions.Empty);
    }
    /**
     * List Both of the 2 Keys of a Spatial Anchors Account
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static CompletableFuture listSpatialAnchorsAccountKeysPlain(ListSpatialAnchorsAccountKeysPlainArgs args) {
        return listSpatialAnchorsAccountKeysPlain(args, InvokeOptions.Empty);
    }
    /**
     * List Both of the 2 Keys of a Spatial Anchors Account
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static Output listSpatialAnchorsAccountKeys(ListSpatialAnchorsAccountKeysArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:mixedreality:listSpatialAnchorsAccountKeys", TypeShape.of(ListSpatialAnchorsAccountKeysResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List Both of the 2 Keys of a Spatial Anchors Account
     * Azure REST API version: 2021-01-01.
     * 
     * Other available API versions: 2021-03-01-preview.
     * 
     */
    public static CompletableFuture listSpatialAnchorsAccountKeysPlain(ListSpatialAnchorsAccountKeysPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:mixedreality:listSpatialAnchorsAccountKeys", TypeShape.of(ListSpatialAnchorsAccountKeysResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy