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

DomainPurchaseConsent Class

Definition

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

public class DomainPurchaseConsent
type DomainPurchaseConsent = class
Public Class DomainPurchaseConsent
Inheritance
DomainPurchaseConsent

Constructors

DomainPurchaseConsent()

Initializes a new instance of the DomainPurchaseConsent class.

DomainPurchaseConsent(IList<String>, String, Nullable<DateTime>)

Initializes a new instance of the DomainPurchaseConsent class.

Properties

AgreedAt

Gets or sets timestamp when the agreements were accepted.

AgreedBy

Gets or sets client IP address.

AgreementKeys

Gets or sets list of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under &lt;code&gt;TopLevelDomain&lt;/code&gt; resource.

Applies to