Uses of Class
com.azure.resourcemanager.appservice.models.DomainPurchaseConsent
Packages that use DomainPurchaseConsent
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DomainPurchaseConsent in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DomainPurchaseConsentModifier and TypeMethodDescriptionDomainInner.consent()
Get the consent property: Legal agreement consent.DomainPatchResourceProperties.consent()
Get the consent property: Legal agreement consent.DomainProperties.consent()
Get the consent property: Legal agreement consent.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type DomainPurchaseConsentModifier and TypeMethodDescriptionDomainInner.withConsent
(DomainPurchaseConsent consent) Set the consent property: Legal agreement consent.DomainPatchResourceProperties.withConsent
(DomainPurchaseConsent consent) Set the consent property: Legal agreement consent.DomainProperties.withConsent
(DomainPurchaseConsent consent) Set the consent property: Legal agreement consent. -
Uses of DomainPurchaseConsent in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DomainPurchaseConsentModifier and TypeMethodDescriptionAppServiceDomain.consent()
Gets legal agreement consent.DomainPatchResource.consent()
Get the consent property: Legal agreement consent.static DomainPurchaseConsent
DomainPurchaseConsent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DomainPurchaseConsent from the JsonReader.DomainPurchaseConsent.withAgreedAt
(OffsetDateTime agreedAt) Set the agreedAt property: Timestamp when the agreements were accepted.DomainPurchaseConsent.withAgreedBy
(String agreedBy) Set the agreedBy property: Client IP address.DomainPurchaseConsent.withAgreementKeys
(List<String> agreementKeys) Set the agreementKeys property: List of applicable legal agreement keys.Methods in com.azure.resourcemanager.appservice.models with parameters of type DomainPurchaseConsentModifier and TypeMethodDescriptionDomainPatchResource.withConsent
(DomainPurchaseConsent consent) Set the consent property: Legal agreement consent.