你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DomainPurchaseConsent 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
适用的法律协议密钥列表。 可以使用代码 TopLevelDomain</code>> 资源下的 <ListLegalAgreements API 检索此列表。
- agreedBy
- String
客户端 IP 地址。