Uses of Class
com.azure.resourcemanager.appservice.models.DomainPurchaseConsent
-
Packages that use DomainPurchaseConsent 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. -
-
Uses of DomainPurchaseConsent in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DomainPurchaseConsent Modifier and Type Method Description DomainPurchaseConsentDomainInner. consent()Get the consent property: Legal agreement consent.DomainPurchaseConsentDomainPatchResourceProperties. consent()Get the consent property: Legal agreement consent.DomainPurchaseConsentDomainProperties. consent()Get the consent property: Legal agreement consent.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type DomainPurchaseConsent Modifier and Type Method Description DomainInnerDomainInner. withConsent(DomainPurchaseConsent consent)Set the consent property: Legal agreement consent.DomainPatchResourcePropertiesDomainPatchResourceProperties. withConsent(DomainPurchaseConsent consent)Set the consent property: Legal agreement consent.DomainPropertiesDomainProperties. 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 DomainPurchaseConsent Modifier and Type Method Description DomainPurchaseConsentAppServiceDomain. consent()DomainPurchaseConsentDomainPatchResource. consent()Get the consent property: Legal agreement consent.DomainPurchaseConsentDomainPurchaseConsent. withAgreedAt(OffsetDateTime agreedAt)Set the agreedAt property: Timestamp when the agreements were accepted.DomainPurchaseConsentDomainPurchaseConsent. withAgreedBy(String agreedBy)Set the agreedBy property: Client IP address.DomainPurchaseConsentDomainPurchaseConsent. 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 DomainPurchaseConsent Modifier and Type Method Description DomainPatchResourceDomainPatchResource. withConsent(DomainPurchaseConsent consent)Set the consent property: Legal agreement consent.
-