@Beta public interface AppServiceDomain extends GroupableResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,com.microsoft.azure.management.appservice.implementation.DomainInner>, HasName, Refreshable<AppServiceDomain>, Updatable<AppServiceDomain.Update>
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() |
org.joda.time.DateTime |
createdTime() |
org.joda.time.DateTime |
expirationTime() |
org.joda.time.DateTime |
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.
|
rx.Completable |
verifyDomainOwnershipAsync(String certificateOrderName,
String domainVerificationToken)
Verifies the ownership of the domain for a certificate order bound to this domain.
|
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinnerrefresh, refreshAsyncContact adminContact()
Contact billingContact()
Contact registrantContact()
Contact techContact()
DomainStatus registrationStatus()
boolean privacy()
org.joda.time.DateTime createdTime()
org.joda.time.DateTime expirationTime()
org.joda.time.DateTime lastRenewedTime()
boolean autoRenew()
boolean readyForDnsRecordManagement()
Map<String,HostName> managedHostNames()
DomainPurchaseConsent consent()
void verifyDomainOwnership(String certificateOrderName, String domainVerificationToken)
certificateOrderName - the name of the certificate orderdomainVerificationToken - the domain verification token for the certificate orderrx.Completable verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken)
certificateOrderName - the name of the certificate orderdomainVerificationToken - the domain verification token for the certificate orderCopyright © 2019. All rights reserved.