你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DomainPurchaseConsent Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. DomainPurchaseConsent
- com.
public class DomainPurchaseConsent
Domain purchase consent object, representing acceptance of applicable legal agreements.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime |
agreedAt()
Get the agreedAt value. |
String |
agreedBy()
Get the agreedBy value. |
List<String> |
agreementKeys()
Get the agreementKeys value. |
Domain |
withAgreedAt(DateTime agreedAt)
Set the agreedAt value. |
Domain |
withAgreedBy(String agreedBy)
Set the agreedBy value. |
Domain |
withAgreementKeys(List<String> agreementKeys)
Set the agreementKeys value. |
Method Details
agreedAt
public DateTime agreedAt()
Get the agreedAt value.
Returns:
agreedBy
public String agreedBy()
Get the agreedBy value.
Returns:
agreementKeys
public List
Get the agreementKeys value.
Returns:
withAgreedAt
public DomainPurchaseConsent withAgreedAt(DateTime agreedAt)
Set the agreedAt value.
Parameters:
Returns:
withAgreedBy
public DomainPurchaseConsent withAgreedBy(String agreedBy)
Set the agreedBy value.
Parameters:
Returns:
withAgreementKeys
public DomainPurchaseConsent withAgreementKeys(List
Set the agreementKeys value.
Parameters:
Returns: