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

com.pulumi.azurenative.dbformysql.DbformysqlFunctions 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.dbformysql;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.dbformysql.inputs.GetAzureADAdministratorArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetAzureADAdministratorPlainArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetConfigurationArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetConfigurationPlainArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetDatabaseArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetDatabasePlainArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetFirewallRuleArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetFirewallRulePlainArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetGetPrivateDnsZoneSuffixExecuteArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetGetPrivateDnsZoneSuffixExecutePlainArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetPrivateEndpointConnectionArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetPrivateEndpointConnectionPlainArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetServerArgs;
import com.pulumi.azurenative.dbformysql.inputs.GetServerPlainArgs;
import com.pulumi.azurenative.dbformysql.outputs.GetAzureADAdministratorResult;
import com.pulumi.azurenative.dbformysql.outputs.GetConfigurationResult;
import com.pulumi.azurenative.dbformysql.outputs.GetDatabaseResult;
import com.pulumi.azurenative.dbformysql.outputs.GetFirewallRuleResult;
import com.pulumi.azurenative.dbformysql.outputs.GetGetPrivateDnsZoneSuffixExecuteResult;
import com.pulumi.azurenative.dbformysql.outputs.GetPrivateEndpointConnectionResult;
import com.pulumi.azurenative.dbformysql.outputs.GetServerResult;
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 DbformysqlFunctions {
    /**
     * Gets information about an azure ad administrator.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static Output getAzureADAdministrator(GetAzureADAdministratorArgs args) {
        return getAzureADAdministrator(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about an azure ad administrator.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static CompletableFuture getAzureADAdministratorPlain(GetAzureADAdministratorPlainArgs args) {
        return getAzureADAdministratorPlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about an azure ad administrator.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static Output getAzureADAdministrator(GetAzureADAdministratorArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:dbformysql:getAzureADAdministrator", TypeShape.of(GetAzureADAdministratorResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about an azure ad administrator.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static CompletableFuture getAzureADAdministratorPlain(GetAzureADAdministratorPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:dbformysql:getAzureADAdministrator", TypeShape.of(GetAzureADAdministratorResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about a configuration of server.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2020-07-01-privatepreview, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static Output getConfiguration(GetConfigurationArgs args) {
        return getConfiguration(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about a configuration of server.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2020-07-01-privatepreview, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static CompletableFuture getConfigurationPlain(GetConfigurationPlainArgs args) {
        return getConfigurationPlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about a configuration of server.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2020-07-01-privatepreview, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static Output getConfiguration(GetConfigurationArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:dbformysql:getConfiguration", TypeShape.of(GetConfigurationResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about a configuration of server.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2020-07-01-privatepreview, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static CompletableFuture getConfigurationPlain(GetConfigurationPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:dbformysql:getConfiguration", TypeShape.of(GetConfigurationResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about a database.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static Output getDatabase(GetDatabaseArgs args) {
        return getDatabase(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about a database.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static CompletableFuture getDatabasePlain(GetDatabasePlainArgs args) {
        return getDatabasePlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about a database.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static Output getDatabase(GetDatabaseArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:dbformysql:getDatabase", TypeShape.of(GetDatabaseResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about a database.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static CompletableFuture getDatabasePlain(GetDatabasePlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:dbformysql:getDatabase", TypeShape.of(GetDatabaseResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about a server firewall rule.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static Output getFirewallRule(GetFirewallRuleArgs args) {
        return getFirewallRule(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about a server firewall rule.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static CompletableFuture getFirewallRulePlain(GetFirewallRulePlainArgs args) {
        return getFirewallRulePlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about a server firewall rule.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static Output getFirewallRule(GetFirewallRuleArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:dbformysql:getFirewallRule", TypeShape.of(GetFirewallRuleResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about a server firewall rule.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2023-06-01-preview, 2023-06-30, 2023-12-30.
     * 
     */
    public static CompletableFuture getFirewallRulePlain(GetFirewallRulePlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:dbformysql:getFirewallRule", TypeShape.of(GetFirewallRuleResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get private DNS zone suffix in the cloud.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2021-05-01, 2021-05-01-preview, 2021-12-01-preview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-12-01-preview, 2023-12-30.
     * 
     */
    public static Output getGetPrivateDnsZoneSuffixExecute() {
        return getGetPrivateDnsZoneSuffixExecute(GetGetPrivateDnsZoneSuffixExecuteArgs.Empty, InvokeOptions.Empty);
    }
    /**
     * Get private DNS zone suffix in the cloud.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2021-05-01, 2021-05-01-preview, 2021-12-01-preview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-12-01-preview, 2023-12-30.
     * 
     */
    public static CompletableFuture getGetPrivateDnsZoneSuffixExecutePlain() {
        return getGetPrivateDnsZoneSuffixExecutePlain(GetGetPrivateDnsZoneSuffixExecutePlainArgs.Empty, InvokeOptions.Empty);
    }
    /**
     * Get private DNS zone suffix in the cloud.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2021-05-01, 2021-05-01-preview, 2021-12-01-preview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-12-01-preview, 2023-12-30.
     * 
     */
    public static Output getGetPrivateDnsZoneSuffixExecute(GetGetPrivateDnsZoneSuffixExecuteArgs args) {
        return getGetPrivateDnsZoneSuffixExecute(args, InvokeOptions.Empty);
    }
    /**
     * Get private DNS zone suffix in the cloud.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2021-05-01, 2021-05-01-preview, 2021-12-01-preview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-12-01-preview, 2023-12-30.
     * 
     */
    public static CompletableFuture getGetPrivateDnsZoneSuffixExecutePlain(GetGetPrivateDnsZoneSuffixExecutePlainArgs args) {
        return getGetPrivateDnsZoneSuffixExecutePlain(args, InvokeOptions.Empty);
    }
    /**
     * Get private DNS zone suffix in the cloud.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2021-05-01, 2021-05-01-preview, 2021-12-01-preview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-12-01-preview, 2023-12-30.
     * 
     */
    public static Output getGetPrivateDnsZoneSuffixExecute(GetGetPrivateDnsZoneSuffixExecuteArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:dbformysql:getGetPrivateDnsZoneSuffixExecute", TypeShape.of(GetGetPrivateDnsZoneSuffixExecuteResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get private DNS zone suffix in the cloud.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2021-05-01, 2021-05-01-preview, 2021-12-01-preview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-12-01-preview, 2023-12-30.
     * 
     */
    public static CompletableFuture getGetPrivateDnsZoneSuffixExecutePlain(GetGetPrivateDnsZoneSuffixExecutePlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:dbformysql:getGetPrivateDnsZoneSuffixExecute", TypeShape.of(GetGetPrivateDnsZoneSuffixExecuteResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets a private endpoint connection.
     * Azure REST API version: 2022-09-30-preview.
     * 
     * Other available API versions: 2018-06-01-privatepreview, 2023-06-30.
     * 
     */
    public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args) {
        return getPrivateEndpointConnection(args, InvokeOptions.Empty);
    }
    /**
     * Gets a private endpoint connection.
     * Azure REST API version: 2022-09-30-preview.
     * 
     * Other available API versions: 2018-06-01-privatepreview, 2023-06-30.
     * 
     */
    public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args) {
        return getPrivateEndpointConnectionPlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets a private endpoint connection.
     * Azure REST API version: 2022-09-30-preview.
     * 
     * Other available API versions: 2018-06-01-privatepreview, 2023-06-30.
     * 
     */
    public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:dbformysql:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets a private endpoint connection.
     * Azure REST API version: 2022-09-30-preview.
     * 
     * Other available API versions: 2018-06-01-privatepreview, 2023-06-30.
     * 
     */
    public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:dbformysql:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about a server.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2018-06-01-privatepreview, 2020-07-01-preview, 2020-07-01-privatepreview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-10-01-preview, 2023-12-01-preview, 2023-12-30, 2024-02-01-preview.
     * 
     */
    public static Output getServer(GetServerArgs args) {
        return getServer(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about a server.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2018-06-01-privatepreview, 2020-07-01-preview, 2020-07-01-privatepreview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-10-01-preview, 2023-12-01-preview, 2023-12-30, 2024-02-01-preview.
     * 
     */
    public static CompletableFuture getServerPlain(GetServerPlainArgs args) {
        return getServerPlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about a server.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2018-06-01-privatepreview, 2020-07-01-preview, 2020-07-01-privatepreview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-10-01-preview, 2023-12-01-preview, 2023-12-30, 2024-02-01-preview.
     * 
     */
    public static Output getServer(GetServerArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:dbformysql:getServer", TypeShape.of(GetServerResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about a server.
     * Azure REST API version: 2022-01-01.
     * 
     * Other available API versions: 2017-12-01, 2018-06-01-privatepreview, 2020-07-01-preview, 2020-07-01-privatepreview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-10-01-preview, 2023-12-01-preview, 2023-12-30, 2024-02-01-preview.
     * 
     */
    public static CompletableFuture getServerPlain(GetServerPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:dbformysql:getServer", TypeShape.of(GetServerResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy