Class DomainregistrationFunctions
- java.lang.Object
-
- com.pulumi.azurenative.domainregistration.DomainregistrationFunctions
-
public final class DomainregistrationFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DomainregistrationFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.pulumi.core.Output<GetDomainResult>
getDomain(GetDomainArgs args)
Description for Get a domain.static com.pulumi.core.Output<GetDomainResult>
getDomain(GetDomainArgs args, com.pulumi.deployment.InvokeOptions options)
Description for Get a domain.static com.pulumi.core.Output<GetDomainOwnershipIdentifierResult>
getDomainOwnershipIdentifier(GetDomainOwnershipIdentifierArgs args)
Description for Get ownership identifier for domain Azure REST API version: 2022-09-01.static com.pulumi.core.Output<GetDomainOwnershipIdentifierResult>
getDomainOwnershipIdentifier(GetDomainOwnershipIdentifierArgs args, com.pulumi.deployment.InvokeOptions options)
Description for Get ownership identifier for domain Azure REST API version: 2022-09-01.static java.util.concurrent.CompletableFuture<GetDomainOwnershipIdentifierResult>
getDomainOwnershipIdentifierPlain(GetDomainOwnershipIdentifierPlainArgs args)
Description for Get ownership identifier for domain Azure REST API version: 2022-09-01.static java.util.concurrent.CompletableFuture<GetDomainOwnershipIdentifierResult>
getDomainOwnershipIdentifierPlain(GetDomainOwnershipIdentifierPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Description for Get ownership identifier for domain Azure REST API version: 2022-09-01.static java.util.concurrent.CompletableFuture<GetDomainResult>
getDomainPlain(GetDomainPlainArgs args)
Description for Get a domain.static java.util.concurrent.CompletableFuture<GetDomainResult>
getDomainPlain(GetDomainPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Description for Get a domain.static com.pulumi.core.Output<ListDomainRecommendationsResult>
listDomainRecommendations()
Description for Get domain name recommendations based on keywords.static com.pulumi.core.Output<ListDomainRecommendationsResult>
listDomainRecommendations(ListDomainRecommendationsArgs args)
Description for Get domain name recommendations based on keywords.static com.pulumi.core.Output<ListDomainRecommendationsResult>
listDomainRecommendations(ListDomainRecommendationsArgs args, com.pulumi.deployment.InvokeOptions options)
Description for Get domain name recommendations based on keywords.static java.util.concurrent.CompletableFuture<ListDomainRecommendationsResult>
listDomainRecommendationsPlain()
Description for Get domain name recommendations based on keywords.static java.util.concurrent.CompletableFuture<ListDomainRecommendationsResult>
listDomainRecommendationsPlain(ListDomainRecommendationsPlainArgs args)
Description for Get domain name recommendations based on keywords.static java.util.concurrent.CompletableFuture<ListDomainRecommendationsResult>
listDomainRecommendationsPlain(ListDomainRecommendationsPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Description for Get domain name recommendations based on keywords.static com.pulumi.core.Output<ListTopLevelDomainAgreementsResult>
listTopLevelDomainAgreements(ListTopLevelDomainAgreementsArgs args)
Description for Gets all legal agreements that user needs to accept before purchasing a domain.static com.pulumi.core.Output<ListTopLevelDomainAgreementsResult>
listTopLevelDomainAgreements(ListTopLevelDomainAgreementsArgs args, com.pulumi.deployment.InvokeOptions options)
Description for Gets all legal agreements that user needs to accept before purchasing a domain.static java.util.concurrent.CompletableFuture<ListTopLevelDomainAgreementsResult>
listTopLevelDomainAgreementsPlain(ListTopLevelDomainAgreementsPlainArgs args)
Description for Gets all legal agreements that user needs to accept before purchasing a domain.static java.util.concurrent.CompletableFuture<ListTopLevelDomainAgreementsResult>
listTopLevelDomainAgreementsPlain(ListTopLevelDomainAgreementsPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Description for Gets all legal agreements that user needs to accept before purchasing a domain.
-
-
-
Method Detail
-
getDomain
public static com.pulumi.core.Output<GetDomainResult> getDomain(GetDomainArgs args)
Description for Get a domain. Azure REST API version: 2022-09-01. Other available API versions: 2020-10-01, 2023-01-01.
-
getDomainPlain
public static java.util.concurrent.CompletableFuture<GetDomainResult> getDomainPlain(GetDomainPlainArgs args)
Description for Get a domain. Azure REST API version: 2022-09-01. Other available API versions: 2020-10-01, 2023-01-01.
-
getDomain
public static com.pulumi.core.Output<GetDomainResult> getDomain(GetDomainArgs args, com.pulumi.deployment.InvokeOptions options)
Description for Get a domain. Azure REST API version: 2022-09-01. Other available API versions: 2020-10-01, 2023-01-01.
-
getDomainPlain
public static java.util.concurrent.CompletableFuture<GetDomainResult> getDomainPlain(GetDomainPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Description for Get a domain. Azure REST API version: 2022-09-01. Other available API versions: 2020-10-01, 2023-01-01.
-
getDomainOwnershipIdentifier
public static com.pulumi.core.Output<GetDomainOwnershipIdentifierResult> getDomainOwnershipIdentifier(GetDomainOwnershipIdentifierArgs args)
Description for Get ownership identifier for domain Azure REST API version: 2022-09-01. Other available API versions: 2020-10-01, 2023-01-01.
-
getDomainOwnershipIdentifierPlain
public static java.util.concurrent.CompletableFuture<GetDomainOwnershipIdentifierResult> getDomainOwnershipIdentifierPlain(GetDomainOwnershipIdentifierPlainArgs args)
Description for Get ownership identifier for domain Azure REST API version: 2022-09-01. Other available API versions: 2020-10-01, 2023-01-01.
-
getDomainOwnershipIdentifier
public static com.pulumi.core.Output<GetDomainOwnershipIdentifierResult> getDomainOwnershipIdentifier(GetDomainOwnershipIdentifierArgs args, com.pulumi.deployment.InvokeOptions 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.
-
getDomainOwnershipIdentifierPlain
public static java.util.concurrent.CompletableFuture<GetDomainOwnershipIdentifierResult> getDomainOwnershipIdentifierPlain(GetDomainOwnershipIdentifierPlainArgs args, com.pulumi.deployment.InvokeOptions 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.
-
listDomainRecommendations
public static com.pulumi.core.Output<ListDomainRecommendationsResult> listDomainRecommendations()
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.
-
listDomainRecommendationsPlain
public static java.util.concurrent.CompletableFuture<ListDomainRecommendationsResult> listDomainRecommendationsPlain()
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.
-
listDomainRecommendations
public static com.pulumi.core.Output<ListDomainRecommendationsResult> listDomainRecommendations(ListDomainRecommendationsArgs args)
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.
-
listDomainRecommendationsPlain
public static java.util.concurrent.CompletableFuture<ListDomainRecommendationsResult> listDomainRecommendationsPlain(ListDomainRecommendationsPlainArgs args)
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.
-
listDomainRecommendations
public static com.pulumi.core.Output<ListDomainRecommendationsResult> listDomainRecommendations(ListDomainRecommendationsArgs args, com.pulumi.deployment.InvokeOptions 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.
-
listDomainRecommendationsPlain
public static java.util.concurrent.CompletableFuture<ListDomainRecommendationsResult> listDomainRecommendationsPlain(ListDomainRecommendationsPlainArgs args, com.pulumi.deployment.InvokeOptions 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.
-
listTopLevelDomainAgreements
public static com.pulumi.core.Output<ListTopLevelDomainAgreementsResult> listTopLevelDomainAgreements(ListTopLevelDomainAgreementsArgs args)
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.
-
listTopLevelDomainAgreementsPlain
public static java.util.concurrent.CompletableFuture<ListTopLevelDomainAgreementsResult> listTopLevelDomainAgreementsPlain(ListTopLevelDomainAgreementsPlainArgs args)
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.
-
listTopLevelDomainAgreements
public static com.pulumi.core.Output<ListTopLevelDomainAgreementsResult> listTopLevelDomainAgreements(ListTopLevelDomainAgreementsArgs args, com.pulumi.deployment.InvokeOptions 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.
-
listTopLevelDomainAgreementsPlain
public static java.util.concurrent.CompletableFuture<ListTopLevelDomainAgreementsResult> listTopLevelDomainAgreementsPlain(ListTopLevelDomainAgreementsPlainArgs args, com.pulumi.deployment.InvokeOptions 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.
-
-