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

com.pulumi.azurenative.storagesync.StoragesyncFunctions Maven / Gradle / Ivy

There is a newer version: 2.72.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.storagesync;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.storagesync.inputs.GetCloudEndpointArgs;
import com.pulumi.azurenative.storagesync.inputs.GetCloudEndpointPlainArgs;
import com.pulumi.azurenative.storagesync.inputs.GetPrivateEndpointConnectionArgs;
import com.pulumi.azurenative.storagesync.inputs.GetPrivateEndpointConnectionPlainArgs;
import com.pulumi.azurenative.storagesync.inputs.GetRegisteredServerArgs;
import com.pulumi.azurenative.storagesync.inputs.GetRegisteredServerPlainArgs;
import com.pulumi.azurenative.storagesync.inputs.GetServerEndpointArgs;
import com.pulumi.azurenative.storagesync.inputs.GetServerEndpointPlainArgs;
import com.pulumi.azurenative.storagesync.inputs.GetStorageSyncServiceArgs;
import com.pulumi.azurenative.storagesync.inputs.GetStorageSyncServicePlainArgs;
import com.pulumi.azurenative.storagesync.inputs.GetSyncGroupArgs;
import com.pulumi.azurenative.storagesync.inputs.GetSyncGroupPlainArgs;
import com.pulumi.azurenative.storagesync.outputs.GetCloudEndpointResult;
import com.pulumi.azurenative.storagesync.outputs.GetPrivateEndpointConnectionResult;
import com.pulumi.azurenative.storagesync.outputs.GetRegisteredServerResult;
import com.pulumi.azurenative.storagesync.outputs.GetServerEndpointResult;
import com.pulumi.azurenative.storagesync.outputs.GetStorageSyncServiceResult;
import com.pulumi.azurenative.storagesync.outputs.GetSyncGroupResult;
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 StoragesyncFunctions {
    /**
     * Get a given CloudEndpoint.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2022-09-01.
     * 
     */
    public static Output getCloudEndpoint(GetCloudEndpointArgs args) {
        return getCloudEndpoint(args, InvokeOptions.Empty);
    }
    /**
     * Get a given CloudEndpoint.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2022-09-01.
     * 
     */
    public static CompletableFuture getCloudEndpointPlain(GetCloudEndpointPlainArgs args) {
        return getCloudEndpointPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a given CloudEndpoint.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2022-09-01.
     * 
     */
    public static Output getCloudEndpoint(GetCloudEndpointArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:storagesync:getCloudEndpoint", TypeShape.of(GetCloudEndpointResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a given CloudEndpoint.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2022-09-01.
     * 
     */
    public static CompletableFuture getCloudEndpointPlain(GetCloudEndpointPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:storagesync:getCloudEndpoint", TypeShape.of(GetCloudEndpointResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the specified private endpoint connection associated with the storage sync service.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2022-09-01.
     * 
     */
    public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args) {
        return getPrivateEndpointConnection(args, InvokeOptions.Empty);
    }
    /**
     * Gets the specified private endpoint connection associated with the storage sync service.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2022-09-01.
     * 
     */
    public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args) {
        return getPrivateEndpointConnectionPlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets the specified private endpoint connection associated with the storage sync service.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2022-09-01.
     * 
     */
    public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:storagesync:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the specified private endpoint connection associated with the storage sync service.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2022-09-01.
     * 
     */
    public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:storagesync:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a given registered server.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2022-09-01.
     * 
     */
    public static Output getRegisteredServer(GetRegisteredServerArgs args) {
        return getRegisteredServer(args, InvokeOptions.Empty);
    }
    /**
     * Get a given registered server.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2022-09-01.
     * 
     */
    public static CompletableFuture getRegisteredServerPlain(GetRegisteredServerPlainArgs args) {
        return getRegisteredServerPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a given registered server.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2022-09-01.
     * 
     */
    public static Output getRegisteredServer(GetRegisteredServerArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:storagesync:getRegisteredServer", TypeShape.of(GetRegisteredServerResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a given registered server.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2022-09-01.
     * 
     */
    public static CompletableFuture getRegisteredServerPlain(GetRegisteredServerPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:storagesync:getRegisteredServer", TypeShape.of(GetRegisteredServerResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a ServerEndpoint.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2019-10-01, 2022-09-01.
     * 
     */
    public static Output getServerEndpoint(GetServerEndpointArgs args) {
        return getServerEndpoint(args, InvokeOptions.Empty);
    }
    /**
     * Get a ServerEndpoint.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2019-10-01, 2022-09-01.
     * 
     */
    public static CompletableFuture getServerEndpointPlain(GetServerEndpointPlainArgs args) {
        return getServerEndpointPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a ServerEndpoint.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2019-10-01, 2022-09-01.
     * 
     */
    public static Output getServerEndpoint(GetServerEndpointArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:storagesync:getServerEndpoint", TypeShape.of(GetServerEndpointResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a ServerEndpoint.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2019-10-01, 2022-09-01.
     * 
     */
    public static CompletableFuture getServerEndpointPlain(GetServerEndpointPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:storagesync:getServerEndpoint", TypeShape.of(GetServerEndpointResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a given StorageSyncService.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2019-10-01, 2022-09-01.
     * 
     */
    public static Output getStorageSyncService(GetStorageSyncServiceArgs args) {
        return getStorageSyncService(args, InvokeOptions.Empty);
    }
    /**
     * Get a given StorageSyncService.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2019-10-01, 2022-09-01.
     * 
     */
    public static CompletableFuture getStorageSyncServicePlain(GetStorageSyncServicePlainArgs args) {
        return getStorageSyncServicePlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a given StorageSyncService.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2019-10-01, 2022-09-01.
     * 
     */
    public static Output getStorageSyncService(GetStorageSyncServiceArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:storagesync:getStorageSyncService", TypeShape.of(GetStorageSyncServiceResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a given StorageSyncService.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2019-10-01, 2022-09-01.
     * 
     */
    public static CompletableFuture getStorageSyncServicePlain(GetStorageSyncServicePlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:storagesync:getStorageSyncService", TypeShape.of(GetStorageSyncServiceResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a given SyncGroup.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2022-09-01.
     * 
     */
    public static Output getSyncGroup(GetSyncGroupArgs args) {
        return getSyncGroup(args, InvokeOptions.Empty);
    }
    /**
     * Get a given SyncGroup.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2022-09-01.
     * 
     */
    public static CompletableFuture getSyncGroupPlain(GetSyncGroupPlainArgs args) {
        return getSyncGroupPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a given SyncGroup.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2022-09-01.
     * 
     */
    public static Output getSyncGroup(GetSyncGroupArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:storagesync:getSyncGroup", TypeShape.of(GetSyncGroupResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a given SyncGroup.
     * Azure REST API version: 2022-06-01.
     * 
     * Other available API versions: 2017-06-05-preview, 2018-04-02, 2022-09-01.
     * 
     */
    public static CompletableFuture getSyncGroupPlain(GetSyncGroupPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:storagesync:getSyncGroup", TypeShape.of(GetSyncGroupResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy