Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DomainPurchaseConsent |
AppServiceDomain.consent() |
DomainPurchaseConsent |
DomainPatchResource.consent()
Get legal agreement consent.
|
DomainPurchaseConsent |
DomainPurchaseConsent.withAgreedAt(org.joda.time.DateTime agreedAt)
Set timestamp when the agreements were accepted.
|
DomainPurchaseConsent |
DomainPurchaseConsent.withAgreedBy(String agreedBy)
Set client IP address.
|
DomainPurchaseConsent |
DomainPurchaseConsent.withAgreementKeys(List<String> agreementKeys)
Set list of applicable legal agreement keys.
|
Modifier and Type | Method and Description |
---|---|
DomainPatchResource |
DomainPatchResource.withConsent(DomainPurchaseConsent consent)
Set legal agreement consent.
|
Copyright © 2019. All rights reserved.