你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DomainPurchaseConsent interface
Domain purchase consent object, representing acceptance of applicable legal agreements.
Properties
agreed |
Timestamp when the agreements were accepted. |
agreed |
Client IP address. |
agreement |
List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under |
Property Details
agreedAt
Timestamp when the agreements were accepted.
agreedAt?: Date
Property Value
Date
agreedBy
Client IP address.
agreedBy?: string
Property Value
string
agreementKeys
List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under TopLevelDomain
resource.
agreementKeys?: string[]
Property Value
string[]