public interface AppServiceDomain extends GroupableResource<AppServiceManager,DomainInner>, HasName, Refreshable<AppServiceDomain>, Updatable<AppServiceDomain.Update>
Domains in Azure are purchased from 3rd party domain providers. By calling Creatable.create() or Creatable.createAsync() you agree to the agreements listed in AppServiceDomains.listAgreements(String).
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppServiceDomain.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
AppServiceDomain.DefinitionStages
Grouping of all the domain definition stages.
|
static interface |
AppServiceDomain.Update
The template for a domain update operation, containing all the settings that can be modified.
|
static interface |
AppServiceDomain.UpdateStages
Grouping of all the domain update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
Contact |
adminContact() |
boolean |
autoRenew() |
Contact |
billingContact() |
DomainPurchaseConsent |
consent() |
OffsetDateTime |
createdTime() |
DnsType |
dnsType() |
String |
dnsZoneId() |
OffsetDateTime |
expirationTime() |
OffsetDateTime |
lastRenewedTime() |
Map<String,Hostname> |
managedHostNames() |
List<String> |
nameServers() |
boolean |
privacy() |
boolean |
readyForDnsRecordManagement() |
Contact |
registrantContact() |
DomainStatus |
registrationStatus() |
Contact |
techContact() |
void |
verifyDomainOwnership(String certificateOrderName,
String domainVerificationToken)
Verifies the ownership of the domain for a certificate order bound to this domain.
|
Mono<Void> |
verifyDomainOwnershipAsync(String certificateOrderName,
String domainVerificationToken)
Verifies the ownership of the domain for a certificate order bound to this domain.
|
region, regionName, tags, typenameresourceGroupNamemanagerinnerModelrefresh, refreshAsyncContact adminContact()
Contact billingContact()
Contact registrantContact()
Contact techContact()
DomainStatus registrationStatus()
boolean privacy()
OffsetDateTime createdTime()
OffsetDateTime expirationTime()
OffsetDateTime lastRenewedTime()
boolean autoRenew()
boolean readyForDnsRecordManagement()
Map<String,Hostname> managedHostNames()
DomainPurchaseConsent consent()
DnsType dnsType()
String dnsZoneId()
void verifyDomainOwnership(String certificateOrderName, String domainVerificationToken)
certificateOrderName - the name of the certificate orderdomainVerificationToken - the domain verification token for the certificate orderMono<Void> verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken)
certificateOrderName - the name of the certificate orderdomainVerificationToken - the domain verification token for the certificate orderVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.