Interface TopLevelDomainsClient
Deprecated.
Use azure-resourcemanager-domainregistration lib.
An instance of this class provides access to all the operations defined in TopLevelDomainsClient.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get details of a top-level domain.Deprecated.Get details of a top-level domain.com.azure.core.http.rest.Response<TopLevelDomainInner> getWithResponse(String name, com.azure.core.util.Context context) Deprecated.Get details of a top-level domain.Mono<com.azure.core.http.rest.Response<TopLevelDomainInner>> getWithResponseAsync(String name) Deprecated.Get details of a top-level domain.com.azure.core.http.rest.PagedIterable<TopLevelDomainInner> list()Deprecated.Get all top-level domains supported for registration.com.azure.core.http.rest.PagedIterable<TopLevelDomainInner> list(com.azure.core.util.Context context) Deprecated.Get all top-level domains supported for registration.com.azure.core.http.rest.PagedIterable<TldLegalAgreementInner> listAgreements(String name, TopLevelDomainAgreementOption agreementOption) Deprecated.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) Deprecated.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) Deprecated.Gets all legal agreements that user needs to accept before purchasing a domain.com.azure.core.http.rest.PagedFlux<TopLevelDomainInner> Deprecated.Get all top-level domains supported for registration.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<TopLevelDomainInner> listAsync()Deprecated.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()Deprecated.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) Deprecated.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
Deprecated.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
Responseon 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
Deprecated.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) Deprecated.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
Deprecated.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) Deprecated.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:
- paged collection of TldLegalAgreement items 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) Deprecated.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:
- paged collection of TldLegalAgreement items 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) Deprecated.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:
- paged collection of TldLegalAgreement items 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.
-