Uses of Class
com.microsoft.azure.management.appservice.DomainPurchaseConsent
Packages that use DomainPurchaseConsent
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DomainPurchaseConsent in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DomainPurchaseConsentModifier and TypeMethodDescriptionAppServiceDomain.consent()DomainPatchResource.consent()Get legal agreement consent.DomainPurchaseConsent.withAgreedAt(org.joda.time.DateTime agreedAt) Set timestamp when the agreements were accepted.DomainPurchaseConsent.withAgreedBy(String agreedBy) Set client IP address.DomainPurchaseConsent.withAgreementKeys(List<String> agreementKeys) Set list of applicable legal agreement keys.Methods in com.microsoft.azure.management.appservice with parameters of type DomainPurchaseConsentModifier and TypeMethodDescriptionDomainPatchResource.withConsent(DomainPurchaseConsent consent) Set legal agreement consent.