DomainPurchaseConsent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 <code>TopLevelDomain</code> resource. |
Applies to
Azure SDK for .NET