Interface AppServiceDomain
- All Superinterfaces:
GroupableResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,,com.microsoft.azure.management.appservice.implementation.DomainInner> HasId,HasInner<com.microsoft.azure.management.appservice.implementation.DomainInner>,HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>,HasName,HasResourceGroup,Indexable,Refreshable<AppServiceDomain>,Resource,Updatable<AppServiceDomain.Update>
@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>
An immutable client-side representation of a domain.
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).-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceGrouping of all the domain definition stages.static interfaceThe template for a domain update operation, containing all the settings that can be modified.static interfaceGrouping of all the domain update stages.Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T> -
Method Summary
Modifier and TypeMethodDescriptionbooleanconsent()org.joda.time.DateTimednsType()org.joda.time.DateTimeorg.joda.time.DateTimebooleanprivacy()booleanvoidverifyDomainOwnership(String certificateOrderName, String domainVerificationToken) Verifies the ownership of the domain for a certificate order bound to this domain.rx.CompletableverifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken) Verifies the ownership of the domain for a certificate order bound to this domain.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
idMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
innerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
keyMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Method Details
-
adminContact
Contact adminContact()- Returns:
- admin contact information
-
billingContact
Contact billingContact()- Returns:
- billing contact information
-
registrantContact
Contact registrantContact()- Returns:
- registrant contact information
-
techContact
Contact techContact()- Returns:
- technical contact information
-
registrationStatus
DomainStatus registrationStatus()- Returns:
- domain registration status
-
nameServers
- Returns:
- name servers
-
privacy
boolean privacy()- Returns:
- true if domain privacy is enabled for this domain
-
createdTime
org.joda.time.DateTime createdTime()- Returns:
- domain creation timestamp.
-
expirationTime
org.joda.time.DateTime expirationTime()- Returns:
- domain expiration timestamp.
-
lastRenewedTime
org.joda.time.DateTime lastRenewedTime()- Returns:
- timestamp when the domain was renewed last time
-
autoRenew
boolean autoRenew()- Returns:
- true if domain will renewed automatically
-
readyForDnsRecordManagement
boolean readyForDnsRecordManagement()- Returns:
- true if Azure can assign this domain to Web Apps. This value will be true if domain registration status is active and it is hosted on name servers Azure has programmatic access to.
-
managedHostNames
- Returns:
- all hostnames derived from the domain and assigned to Azure resources
-
consent
DomainPurchaseConsent consent()- Returns:
- legal agreement consent.
-
dnsType
DnsType dnsType()- Returns:
- the type of DNS
-
dnsZoneId
String dnsZoneId()- Returns:
- Azure DNS zone id
-
verifyDomainOwnership
Verifies the ownership of the domain for a certificate order bound to this domain.- Parameters:
certificateOrderName- the name of the certificate orderdomainVerificationToken- the domain verification token for the certificate order
-
verifyDomainOwnershipAsync
rx.Completable verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken) Verifies the ownership of the domain for a certificate order bound to this domain.- Parameters:
certificateOrderName- the name of the certificate orderdomainVerificationToken- the domain verification token for the certificate order- Returns:
- a representation of the deferred computation of this call
-