
com.pulumi.azurenative.domainregistration.DomainregistrationFunctions Maven / Gradle / Ivy
// *** 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.domainregistration;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.domainregistration.inputs.GetDomainArgs;
import com.pulumi.azurenative.domainregistration.inputs.GetDomainOwnershipIdentifierArgs;
import com.pulumi.azurenative.domainregistration.inputs.GetDomainOwnershipIdentifierPlainArgs;
import com.pulumi.azurenative.domainregistration.inputs.GetDomainPlainArgs;
import com.pulumi.azurenative.domainregistration.inputs.ListDomainRecommendationsArgs;
import com.pulumi.azurenative.domainregistration.inputs.ListDomainRecommendationsPlainArgs;
import com.pulumi.azurenative.domainregistration.inputs.ListTopLevelDomainAgreementsArgs;
import com.pulumi.azurenative.domainregistration.inputs.ListTopLevelDomainAgreementsPlainArgs;
import com.pulumi.azurenative.domainregistration.outputs.GetDomainOwnershipIdentifierResult;
import com.pulumi.azurenative.domainregistration.outputs.GetDomainResult;
import com.pulumi.azurenative.domainregistration.outputs.ListDomainRecommendationsResult;
import com.pulumi.azurenative.domainregistration.outputs.ListTopLevelDomainAgreementsResult;
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 DomainregistrationFunctions {
/**
* Description for Get a domain.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static Output getDomain(GetDomainArgs args) {
return getDomain(args, InvokeOptions.Empty);
}
/**
* Description for Get a domain.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static CompletableFuture getDomainPlain(GetDomainPlainArgs args) {
return getDomainPlain(args, InvokeOptions.Empty);
}
/**
* Description for Get a domain.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static Output getDomain(GetDomainArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:domainregistration:getDomain", TypeShape.of(GetDomainResult.class), args, Utilities.withVersion(options));
}
/**
* Description for Get a domain.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static CompletableFuture getDomainPlain(GetDomainPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:domainregistration:getDomain", TypeShape.of(GetDomainResult.class), args, Utilities.withVersion(options));
}
/**
* Description for Get ownership identifier for domain
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static Output getDomainOwnershipIdentifier(GetDomainOwnershipIdentifierArgs args) {
return getDomainOwnershipIdentifier(args, InvokeOptions.Empty);
}
/**
* Description for Get ownership identifier for domain
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static CompletableFuture getDomainOwnershipIdentifierPlain(GetDomainOwnershipIdentifierPlainArgs args) {
return getDomainOwnershipIdentifierPlain(args, InvokeOptions.Empty);
}
/**
* Description for Get ownership identifier for domain
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static Output getDomainOwnershipIdentifier(GetDomainOwnershipIdentifierArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:domainregistration:getDomainOwnershipIdentifier", TypeShape.of(GetDomainOwnershipIdentifierResult.class), args, Utilities.withVersion(options));
}
/**
* Description for Get ownership identifier for domain
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static CompletableFuture getDomainOwnershipIdentifierPlain(GetDomainOwnershipIdentifierPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:domainregistration:getDomainOwnershipIdentifier", TypeShape.of(GetDomainOwnershipIdentifierResult.class), args, Utilities.withVersion(options));
}
/**
* Description for Get domain name recommendations based on keywords.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static Output listDomainRecommendations() {
return listDomainRecommendations(ListDomainRecommendationsArgs.Empty, InvokeOptions.Empty);
}
/**
* Description for Get domain name recommendations based on keywords.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static CompletableFuture listDomainRecommendationsPlain() {
return listDomainRecommendationsPlain(ListDomainRecommendationsPlainArgs.Empty, InvokeOptions.Empty);
}
/**
* Description for Get domain name recommendations based on keywords.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static Output listDomainRecommendations(ListDomainRecommendationsArgs args) {
return listDomainRecommendations(args, InvokeOptions.Empty);
}
/**
* Description for Get domain name recommendations based on keywords.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static CompletableFuture listDomainRecommendationsPlain(ListDomainRecommendationsPlainArgs args) {
return listDomainRecommendationsPlain(args, InvokeOptions.Empty);
}
/**
* Description for Get domain name recommendations based on keywords.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static Output listDomainRecommendations(ListDomainRecommendationsArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:domainregistration:listDomainRecommendations", TypeShape.of(ListDomainRecommendationsResult.class), args, Utilities.withVersion(options));
}
/**
* Description for Get domain name recommendations based on keywords.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static CompletableFuture listDomainRecommendationsPlain(ListDomainRecommendationsPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:domainregistration:listDomainRecommendations", TypeShape.of(ListDomainRecommendationsResult.class), args, Utilities.withVersion(options));
}
/**
* Description for Gets all legal agreements that user needs to accept before purchasing a domain.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static Output listTopLevelDomainAgreements(ListTopLevelDomainAgreementsArgs args) {
return listTopLevelDomainAgreements(args, InvokeOptions.Empty);
}
/**
* Description for Gets all legal agreements that user needs to accept before purchasing a domain.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static CompletableFuture listTopLevelDomainAgreementsPlain(ListTopLevelDomainAgreementsPlainArgs args) {
return listTopLevelDomainAgreementsPlain(args, InvokeOptions.Empty);
}
/**
* Description for Gets all legal agreements that user needs to accept before purchasing a domain.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static Output listTopLevelDomainAgreements(ListTopLevelDomainAgreementsArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:domainregistration:listTopLevelDomainAgreements", TypeShape.of(ListTopLevelDomainAgreementsResult.class), args, Utilities.withVersion(options));
}
/**
* Description for Gets all legal agreements that user needs to accept before purchasing a domain.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-04-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.
*
*/
public static CompletableFuture listTopLevelDomainAgreementsPlain(ListTopLevelDomainAgreementsPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:domainregistration:listTopLevelDomainAgreements", TypeShape.of(ListTopLevelDomainAgreementsResult.class), args, Utilities.withVersion(options));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy