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

DomainPurchaseConsent 构造函数

定义

重载

DomainPurchaseConsent()

初始化 DomainPurchaseConsent 类的新实例。

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

初始化 DomainPurchaseConsent 类的新实例。

DomainPurchaseConsent()

初始化 DomainPurchaseConsent 类的新实例。

public DomainPurchaseConsent ();
Public Sub New ()

适用于

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

初始化 DomainPurchaseConsent 类的新实例。

public DomainPurchaseConsent (System.Collections.Generic.IList<string> agreementKeys = default, string agreedBy = default, DateTime? agreedAt = default);
new Microsoft.Azure.Management.WebSites.Models.DomainPurchaseConsent : System.Collections.Generic.IList<string> * string * Nullable<DateTime> -> Microsoft.Azure.Management.WebSites.Models.DomainPurchaseConsent
Public Sub New (Optional agreementKeys As IList(Of String) = Nothing, Optional agreedBy As String = Nothing, Optional agreedAt As Nullable(Of DateTime) = Nothing)

参数

agreementKeys
IList<String>

适用的法律协议密钥列表。 可以使用代码 TopLevelDomain</code>> 资源下的 <ListLegalAgreements API 检索此列表。

agreedBy
String

客户端 IP 地址。

agreedAt
Nullable<DateTime>

接受协议时的时间戳。

适用于