public interface TopLevelDomainsClient
| Modifier and Type | Method and Description |
|---|---|
TopLevelDomainInner |
get(String name)
Description for Get details of a top-level domain.
|
Mono<TopLevelDomainInner> |
getAsync(String name)
Description for Get details of a top-level domain.
|
com.azure.core.http.rest.Response<TopLevelDomainInner> |
getWithResponse(String name,
com.azure.core.util.Context context)
Description for Get details of a top-level domain.
|
Mono<com.azure.core.http.rest.Response<TopLevelDomainInner>> |
getWithResponseAsync(String name)
Description for Get details of a top-level domain.
|
com.azure.core.http.rest.PagedIterable<TopLevelDomainInner> |
list()
Description for Get all top-level domains supported for registration.
|
com.azure.core.http.rest.PagedIterable<TopLevelDomainInner> |
list(com.azure.core.util.Context context)
Description for Get all top-level domains supported for registration.
|
com.azure.core.http.rest.PagedIterable<TldLegalAgreementInner> |
listAgreements(String name,
TopLevelDomainAgreementOption agreementOption)
Description for 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)
Description for 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)
Description for Gets all legal agreements that user needs to accept before purchasing a domain.
|
com.azure.core.http.rest.PagedFlux<TopLevelDomainInner> |
listAsync()
Description for Get all top-level domains supported for registration.
|
com.azure.core.http.rest.PagedFlux<TopLevelDomainInner> listAsync()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TopLevelDomainInner> list()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TopLevelDomainInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<TopLevelDomainInner>> getWithResponseAsync(String name)
name - Name of the top-level domain.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.Mono<TopLevelDomainInner> getAsync(String name)
name - Name of the top-level domain.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.TopLevelDomainInner get(String name)
name - Name of the top-level domain.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.com.azure.core.http.rest.Response<TopLevelDomainInner> getWithResponse(String name, com.azure.core.util.Context context)
name - Name of the top-level domain.context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<TldLegalAgreementInner> listAgreementsAsync(String name, TopLevelDomainAgreementOption agreementOption)
name - Name of the top-level domain.agreementOption - Domain agreement options.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.com.azure.core.http.rest.PagedIterable<TldLegalAgreementInner> listAgreements(String name, TopLevelDomainAgreementOption agreementOption)
name - Name of the top-level domain.agreementOption - Domain agreement options.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.com.azure.core.http.rest.PagedIterable<TldLegalAgreementInner> listAgreements(String name, TopLevelDomainAgreementOption agreementOption, com.azure.core.util.Context context)
name - Name of the top-level domain.agreementOption - Domain agreement options.context - The context to associate with this operation.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.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.