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).
Modifier and Type | Method and Description |
---|---|
Contact |
admin |
boolean |
auto |
Contact |
billing |
Domain |
consent() |
DateTime |
created |
DateTime |
expiration |
DateTime |
last |
Map<String, Host |
managed |
List<String> |
name |
boolean | privacy() |
boolean |
ready |
Contact |
registrant |
Domain |
registration |
Contact |
tech |
void |
verify Verifies the ownership of the domain for a certificate order bound to this domain. |
Completable |
verify Verifies the ownership of the domain for a certificate order bound to this domain. |
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:
Comentários do Azure SDK for Java
O Azure SDK for Java é um projeto código aberto. Selecione um link para fornecer comentários: