你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AppServiceDomain Interface
public interface AppServiceDomain extends GroupableResource<AppServiceManager, DomainInner>,HasName,Refreshable,Updatable<AppServiceDomain.Update>
An immutable client-side representation of a domain.
Domains in Azure are purchased from 3rd party domain providers. By calling create() or createAsync() you agree to the agreements listed in listAgreements(String topLevelExtension).
Method Summary
Modifier and Type | Method and Description |
---|---|
Contact | adminContact() |
boolean | autoRenew() |
Contact | billingContact() |
Domain |
consent() |
DateTime | createdTime() |
DateTime | expirationTime() |
DateTime | lastRenewedTime() |
Map<String, Host |
managedHostNames() |
List<String> | nameServers() |
boolean | privacy() |
boolean | readyForDnsRecordManagement() |
Contact | registrantContact() |
Domain |
registrationStatus() |
Contact | techContact() |
void |
verifyDomainOwnership(String certificateOrderName, String domainVerificationToken)
Verifies the ownership of the domain for a certificate order bound to this domain. |
Completable |
verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken)
Verifies the ownership of the domain for a certificate order bound to this domain. |
Inherited Members
Method Details
adminContact
public Contact adminContact()
Returns:
autoRenew
public boolean autoRenew()
Returns:
billingContact
public Contact billingContact()
Returns:
consent
public DomainPurchaseConsent consent()
Returns:
createdTime
public DateTime createdTime()
Returns:
expirationTime
public DateTime expirationTime()
Returns:
lastRenewedTime
public DateTime lastRenewedTime()
Returns:
managedHostNames
public Map
Returns:
nameServers
public List
Returns:
privacy
public boolean privacy()
Returns:
readyForDnsRecordManagement
public boolean readyForDnsRecordManagement()
Returns:
registrantContact
public Contact registrantContact()
Returns:
registrationStatus
public DomainStatus registrationStatus()
Returns:
techContact
public Contact techContact()
Returns:
verifyDomainOwnership
public void verifyDomainOwnership(String certificateOrderName, String domainVerificationToken)
Verifies the ownership of the domain for a certificate order bound to this domain.
Parameters:
verifyDomainOwnershipAsync
public Completable verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken)
Verifies the ownership of the domain for a certificate order bound to this domain.
Parameters:
Returns: