次の方法で共有


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>

契約が受け入れられたタイムスタンプ。

適用対象