你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DomainPurchaseConsent Class

Domain purchase consent object, representing acceptance of applicable legal agreements.

Inheritance
azure.mgmt.web._serialization.Model
DomainPurchaseConsent

Constructor

DomainPurchaseConsent(*, agreement_keys: List[str] | None = None, agreed_by: str | None = None, agreed_at: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
agreement_keys

List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under <code>TopLevelDomain</code> resource.

agreed_by
str

Client IP address.

agreed_at

Timestamp when the agreements were accepted.

Variables

Name Description
agreement_keys

List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under <code>TopLevelDomain</code> resource.

agreed_by
str

Client IP address.

agreed_at

Timestamp when the agreements were accepted.