TopLevelDomainResource.GetAgreements Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Gets all legal agreements that user needs to accept before purchasing a domain.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}/listAgreements.
- Operation Id. : TopLevelDomains_ListAgreements.
- Default Api Version. : 2024-11-01.
- Resource. : TopLevelDomainResource.
public virtual Azure.Pageable<Azure.ResourceManager.DomainRegistration.Models.TopLevelDomainLegalAgreement> GetAgreements(Azure.ResourceManager.DomainRegistration.Models.TopLevelDomainAgreementContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAgreements : Azure.ResourceManager.DomainRegistration.Models.TopLevelDomainAgreementContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DomainRegistration.Models.TopLevelDomainLegalAgreement>
override this.GetAgreements : Azure.ResourceManager.DomainRegistration.Models.TopLevelDomainAgreementContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DomainRegistration.Models.TopLevelDomainLegalAgreement>
Public Overridable Function GetAgreements (content As TopLevelDomainAgreementContent, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of TopLevelDomainLegalAgreement)
Parameters
- content
- TopLevelDomainAgreementContent
Domain agreement options.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of TopLevelDomainLegalAgreement that may take multiple service requests to iterate over.
Exceptions
content is null.