Uses of Class
com.microsoft.azure.management.appservice.DomainPurchaseConsent
-
-
Uses of DomainPurchaseConsent in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DomainPurchaseConsent Modifier and Type Method Description DomainPurchaseConsentAppServiceDomain. consent()DomainPurchaseConsentDomainPatchResource. consent()Get legal agreement consent.DomainPurchaseConsentDomainPurchaseConsent. withAgreedAt(org.joda.time.DateTime agreedAt)Set timestamp when the agreements were accepted.DomainPurchaseConsentDomainPurchaseConsent. withAgreedBy(String agreedBy)Set client IP address.DomainPurchaseConsentDomainPurchaseConsent. withAgreementKeys(List<String> agreementKeys)Set list of applicable legal agreement keys.Methods in com.microsoft.azure.management.appservice with parameters of type DomainPurchaseConsent Modifier and Type Method Description DomainPatchResourceDomainPatchResource. withConsent(DomainPurchaseConsent consent)Set legal agreement consent.
-