Interface TopLevelDomainsClient
public interface TopLevelDomainsClient
An instance of this class provides access to all the operations defined in TopLevelDomainsClient.
-
Method Summary
Modifier and TypeMethodDescriptionGet details of a top-level domain.Get details of a top-level domain.com.azure.core.http.rest.Response
<TopLevelDomainInner> getWithResponse
(String name, com.azure.core.util.Context context) Get details of a top-level domain.Mono
<com.azure.core.http.rest.Response<TopLevelDomainInner>> getWithResponseAsync
(String name) Get details of a top-level domain.com.azure.core.http.rest.PagedIterable
<TopLevelDomainInner> list()
Get all top-level domains supported for registration.com.azure.core.http.rest.PagedIterable
<TopLevelDomainInner> list
(com.azure.core.util.Context context) Get all top-level domains supported for registration.com.azure.core.http.rest.PagedIterable
<TldLegalAgreementInner> listAgreements
(String name, TopLevelDomainAgreementOption agreementOption) Gets all legal agreements that user needs to accept before purchasing a domain.com.azure.core.http.rest.PagedIterable
<TldLegalAgreementInner> listAgreements
(String name, TopLevelDomainAgreementOption agreementOption, com.azure.core.util.Context context) Gets all legal agreements that user needs to accept before purchasing a domain.com.azure.core.http.rest.PagedFlux
<TldLegalAgreementInner> listAgreementsAsync
(String name, TopLevelDomainAgreementOption agreementOption) Gets all legal agreements that user needs to accept before purchasing a domain.com.azure.core.http.rest.PagedFlux
<TopLevelDomainInner> Get all top-level domains supported for registration.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<TopLevelDomainInner> listAsync()Get all top-level domains supported for registration. Description for Get all top-level domains supported for registration.- Returns:
- collection of Top-level domains as paginated response with
PagedFlux
. - Throws:
DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<TopLevelDomainInner> list()Get all top-level domains supported for registration. Description for Get all top-level domains supported for registration.- Returns:
- collection of Top-level domains as paginated response with
PagedIterable
. - Throws:
DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<TopLevelDomainInner> list(com.azure.core.util.Context context) Get all top-level domains supported for registration. Description for Get all top-level domains supported for registration.- Parameters:
context
- The context to associate with this operation.- Returns:
- collection of Top-level domains as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponseAsync
Get details of a top-level domain. Description for Get details of a top-level domain.- Parameters:
name
- Name of the top-level domain.- Returns:
- a top level domain object along with
Response
on successful completion ofMono
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Get details of a top-level domain. Description for Get details of a top-level domain.- Parameters:
name
- Name of the top-level domain.- Returns:
- a top level domain object on successful completion of
Mono
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<TopLevelDomainInner> getWithResponse(String name, com.azure.core.util.Context context) Get details of a top-level domain. Description for Get details of a top-level domain.- Parameters:
name
- Name of the top-level domain.context
- The context to associate with this operation.- Returns:
- a top level domain object along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
get
Get details of a top-level domain. Description for Get details of a top-level domain.- Parameters:
name
- Name of the top-level domain.- Returns:
- a top level domain object.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listAgreementsAsync
com.azure.core.http.rest.PagedFlux<TldLegalAgreementInner> listAgreementsAsync(String name, TopLevelDomainAgreementOption agreementOption) Gets all legal agreements that user needs to accept before purchasing a domain. Description for Gets all legal agreements that user needs to accept before purchasing a domain.- Parameters:
name
- Name of the top-level domain.agreementOption
- Domain agreement options.- Returns:
- collection of top-level domain legal agreements as paginated response with
PagedFlux
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listAgreements
com.azure.core.http.rest.PagedIterable<TldLegalAgreementInner> listAgreements(String name, TopLevelDomainAgreementOption agreementOption) Gets all legal agreements that user needs to accept before purchasing a domain. Description for Gets all legal agreements that user needs to accept before purchasing a domain.- Parameters:
name
- Name of the top-level domain.agreementOption
- Domain agreement options.- Returns:
- collection of top-level domain legal agreements as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listAgreements
com.azure.core.http.rest.PagedIterable<TldLegalAgreementInner> listAgreements(String name, TopLevelDomainAgreementOption agreementOption, com.azure.core.util.Context context) Gets all legal agreements that user needs to accept before purchasing a domain. Description for Gets all legal agreements that user needs to accept before purchasing a domain.- Parameters:
name
- Name of the top-level domain.agreementOption
- Domain agreement options.context
- The context to associate with this operation.- Returns:
- collection of top-level domain legal agreements as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-