| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DomainPurchaseConsent |
DomainPatchResourceProperties.consent()
Get the consent property: Legal agreement consent.
|
DomainPurchaseConsent |
DomainInner.consent()
Get the consent property: Legal agreement consent.
|
DomainPurchaseConsent |
DomainProperties.consent()
Get the consent property: Legal agreement consent.
|
| Modifier and Type | Method and Description |
|---|---|
DomainPatchResourceProperties |
DomainPatchResourceProperties.withConsent(DomainPurchaseConsent consent)
Set the consent property: Legal agreement consent.
|
DomainInner |
DomainInner.withConsent(DomainPurchaseConsent consent)
Set the consent property: Legal agreement consent.
|
DomainProperties |
DomainProperties.withConsent(DomainPurchaseConsent consent)
Set the consent property: Legal agreement consent.
|
| Modifier and Type | Method and Description |
|---|---|
DomainPurchaseConsent |
DomainPatchResource.consent()
Get the consent property: Legal agreement consent.
|
DomainPurchaseConsent |
AppServiceDomain.consent() |
DomainPurchaseConsent |
DomainPurchaseConsent.withAgreedAt(OffsetDateTime agreedAt)
Set the agreedAt property: Timestamp when the agreements were accepted.
|
DomainPurchaseConsent |
DomainPurchaseConsent.withAgreedBy(String agreedBy)
Set the agreedBy property: Client IP address.
|
DomainPurchaseConsent |
DomainPurchaseConsent.withAgreementKeys(List<String> agreementKeys)
Set the agreementKeys property: List of applicable legal agreement keys.
|
| Modifier and Type | Method and Description |
|---|---|
DomainPatchResource |
DomainPatchResource.withConsent(DomainPurchaseConsent consent)
Set the consent property: Legal agreement consent.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.