Uses of Interface
com.azure.resourcemanager.appservice.models.AppServiceDomain.Update
-
Packages that use AppServiceDomain.Update Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AppServiceDomain.Update in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AppServiceDomain.Update Modifier and Type Method Description AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithAdminContact. withAdminContact(Contact contact)Specify the admin contact.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithAutoRenew. withAutoRenewEnabled(boolean autoRenew)Specifies if the domain should be automatically renewed when it's about to expire.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithBillingContact. withBillingContact(Contact contact)Specify the billing contact.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithDomainPrivacy. withDomainPrivacyEnabled(boolean domainPrivacy)Specifies if the registrant contact information is exposed publicly.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithDnsZone. withExistingDnsZone(DnsZone dnsZone)Specifies an existing DNS zone.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithDnsZone. withExistingDnsZone(String dnsZoneId)Specifies an existing DNS zone.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithDnsZone. withNewDnsZone(Creatable<DnsZone> dnsZone)Creates a new DNS zone.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithDnsZone. withNewDnsZone(String dnsZoneName)Creates a new DNS zone.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithTechContact. withTechContact(Contact contact)Specify the tech contact.
-