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

com.pulumi.azurenative.databasewatcher.DatabasewatcherFunctions 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.databasewatcher;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.databasewatcher.inputs.GetAlertRuleResourceArgs;
import com.pulumi.azurenative.databasewatcher.inputs.GetAlertRuleResourcePlainArgs;
import com.pulumi.azurenative.databasewatcher.inputs.GetSharedPrivateLinkResourceArgs;
import com.pulumi.azurenative.databasewatcher.inputs.GetSharedPrivateLinkResourcePlainArgs;
import com.pulumi.azurenative.databasewatcher.inputs.GetTargetArgs;
import com.pulumi.azurenative.databasewatcher.inputs.GetTargetPlainArgs;
import com.pulumi.azurenative.databasewatcher.inputs.GetWatcherArgs;
import com.pulumi.azurenative.databasewatcher.inputs.GetWatcherPlainArgs;
import com.pulumi.azurenative.databasewatcher.outputs.GetAlertRuleResourceResult;
import com.pulumi.azurenative.databasewatcher.outputs.GetSharedPrivateLinkResourceResult;
import com.pulumi.azurenative.databasewatcher.outputs.GetTargetResult;
import com.pulumi.azurenative.databasewatcher.outputs.GetWatcherResult;
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 DatabasewatcherFunctions {
    /**
     * Get a AlertRuleResource
     * Azure REST API version: 2024-07-19-preview.
     * 
     */
    public static Output getAlertRuleResource(GetAlertRuleResourceArgs args) {
        return getAlertRuleResource(args, InvokeOptions.Empty);
    }
    /**
     * Get a AlertRuleResource
     * Azure REST API version: 2024-07-19-preview.
     * 
     */
    public static CompletableFuture getAlertRuleResourcePlain(GetAlertRuleResourcePlainArgs args) {
        return getAlertRuleResourcePlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a AlertRuleResource
     * Azure REST API version: 2024-07-19-preview.
     * 
     */
    public static Output getAlertRuleResource(GetAlertRuleResourceArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:databasewatcher:getAlertRuleResource", TypeShape.of(GetAlertRuleResourceResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a AlertRuleResource
     * Azure REST API version: 2024-07-19-preview.
     * 
     */
    public static CompletableFuture getAlertRuleResourcePlain(GetAlertRuleResourcePlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:databasewatcher:getAlertRuleResource", TypeShape.of(GetAlertRuleResourceResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a SharedPrivateLinkResource
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static Output getSharedPrivateLinkResource(GetSharedPrivateLinkResourceArgs args) {
        return getSharedPrivateLinkResource(args, InvokeOptions.Empty);
    }
    /**
     * Get a SharedPrivateLinkResource
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static CompletableFuture getSharedPrivateLinkResourcePlain(GetSharedPrivateLinkResourcePlainArgs args) {
        return getSharedPrivateLinkResourcePlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a SharedPrivateLinkResource
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static Output getSharedPrivateLinkResource(GetSharedPrivateLinkResourceArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:databasewatcher:getSharedPrivateLinkResource", TypeShape.of(GetSharedPrivateLinkResourceResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a SharedPrivateLinkResource
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static CompletableFuture getSharedPrivateLinkResourcePlain(GetSharedPrivateLinkResourcePlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:databasewatcher:getSharedPrivateLinkResource", TypeShape.of(GetSharedPrivateLinkResourceResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a Target
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static Output getTarget(GetTargetArgs args) {
        return getTarget(args, InvokeOptions.Empty);
    }
    /**
     * Get a Target
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static CompletableFuture getTargetPlain(GetTargetPlainArgs args) {
        return getTargetPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a Target
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static Output getTarget(GetTargetArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:databasewatcher:getTarget", TypeShape.of(GetTargetResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a Target
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static CompletableFuture getTargetPlain(GetTargetPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:databasewatcher:getTarget", TypeShape.of(GetTargetResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a Watcher
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static Output getWatcher(GetWatcherArgs args) {
        return getWatcher(args, InvokeOptions.Empty);
    }
    /**
     * Get a Watcher
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static CompletableFuture getWatcherPlain(GetWatcherPlainArgs args) {
        return getWatcherPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get a Watcher
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static Output getWatcher(GetWatcherArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:databasewatcher:getWatcher", TypeShape.of(GetWatcherResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get a Watcher
     * Azure REST API version: 2023-09-01-preview.
     * 
     * Other available API versions: 2024-07-19-preview.
     * 
     */
    public static CompletableFuture getWatcherPlain(GetWatcherPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:databasewatcher:getWatcher", TypeShape.of(GetWatcherResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy