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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter))]
public class DomainPurchaseConsent : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainPurchaseConsentTypeConverter))>]
type DomainPurchaseConsent = class
interface IDomainPurchaseConsent
interface IJsonSerializable
Public Class DomainPurchaseConsent
Implements IDomainPurchaseConsent
- Inheritance
-
DomainPurchaseConsent
- Attributes
- Implements
Constructors
DomainPurchaseConsent() |
Creates an new DomainPurchaseConsent instance. |
Properties
AgreedAt |
Timestamp when the agreements were accepted. |
AgreedBy |
Client IP address. |
AgreementKey |
List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DomainPurchaseConsent. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DomainPurchaseConsent. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainPurchaseConsent. |
FromJsonString(String) |
Creates a new instance of DomainPurchaseConsent, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DomainPurchaseConsent into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |