public class DomainPatchResource extends ProxyOnlyResource
Constructor and Description |
---|
DomainPatchResource() |
Modifier and Type | Method and Description |
---|---|
String |
authCode()
Get the authCode value.
|
Boolean |
autoRenew()
Get <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>.
|
DomainPurchaseConsent |
consent()
Get legal agreement consent.
|
Contact |
contactAdmin()
Get administrative contact.
|
Contact |
contactBilling()
Get billing contact.
|
Contact |
contactRegistrant()
Get registrant contact.
|
Contact |
contactTech()
Get technical contact.
|
org.joda.time.DateTime |
createdTime()
Get domain creation timestamp.
|
DnsType |
dnsType()
Get current DNS type.
|
String |
dnsZoneId()
Get azure DNS Zone to use.
|
List<String> |
domainNotRenewableReasons()
Get reasons why domain is not renewable.
|
org.joda.time.DateTime |
expirationTime()
Get domain expiration timestamp.
|
org.joda.time.DateTime |
lastRenewedTime()
Get timestamp when the domain was renewed last time.
|
List<HostName> |
managedHostNames()
Get all hostnames derived from the domain and assigned to Azure resources.
|
List<String> |
nameServers()
Get name servers.
|
Boolean |
privacy()
Get <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>.
|
ProvisioningState |
provisioningState()
Get domain provisioning state.
|
Boolean |
readyForDnsRecordManagement()
Get <code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>.
|
DomainStatus |
registrationStatus()
Get domain registration status.
|
DnsType |
targetDnsType()
Get target DNS type (would be used for migration).
|
DomainPatchResource |
withAuthCode(String authCode)
Set the authCode value.
|
DomainPatchResource |
withAutoRenew(Boolean autoRenew)
Set <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>.
|
DomainPatchResource |
withConsent(DomainPurchaseConsent consent)
Set legal agreement consent.
|
DomainPatchResource |
withContactAdmin(Contact contactAdmin)
Set administrative contact.
|
DomainPatchResource |
withContactBilling(Contact contactBilling)
Set billing contact.
|
DomainPatchResource |
withContactRegistrant(Contact contactRegistrant)
Set registrant contact.
|
DomainPatchResource |
withContactTech(Contact contactTech)
Set technical contact.
|
DomainPatchResource |
withDnsType(DnsType dnsType)
Set current DNS type.
|
DomainPatchResource |
withDnsZoneId(String dnsZoneId)
Set azure DNS Zone to use.
|
DomainPatchResource |
withPrivacy(Boolean privacy)
Set <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>.
|
DomainPatchResource |
withTargetDnsType(DnsType targetDnsType)
Set target DNS type (would be used for migration).
|
kind, withKind
public Contact contactAdmin()
public DomainPatchResource withContactAdmin(Contact contactAdmin)
contactAdmin
- the contactAdmin value to setpublic Contact contactBilling()
public DomainPatchResource withContactBilling(Contact contactBilling)
contactBilling
- the contactBilling value to setpublic Contact contactRegistrant()
public DomainPatchResource withContactRegistrant(Contact contactRegistrant)
contactRegistrant
- the contactRegistrant value to setpublic Contact contactTech()
public DomainPatchResource withContactTech(Contact contactTech)
contactTech
- the contactTech value to setpublic DomainStatus registrationStatus()
public ProvisioningState provisioningState()
public Boolean privacy()
public DomainPatchResource withPrivacy(Boolean privacy)
privacy
- the privacy value to setpublic org.joda.time.DateTime createdTime()
public org.joda.time.DateTime expirationTime()
public org.joda.time.DateTime lastRenewedTime()
public Boolean autoRenew()
public DomainPatchResource withAutoRenew(Boolean autoRenew)
autoRenew
- the autoRenew value to setpublic Boolean readyForDnsRecordManagement()
public List<HostName> managedHostNames()
public DomainPurchaseConsent consent()
public DomainPatchResource withConsent(DomainPurchaseConsent consent)
consent
- the consent value to setpublic List<String> domainNotRenewableReasons()
public DnsType dnsType()
public DomainPatchResource withDnsType(DnsType dnsType)
dnsType
- the dnsType value to setpublic String dnsZoneId()
public DomainPatchResource withDnsZoneId(String dnsZoneId)
dnsZoneId
- the dnsZoneId value to setpublic DnsType targetDnsType()
public DomainPatchResource withTargetDnsType(DnsType targetDnsType)
targetDnsType
- the targetDnsType value to setpublic String authCode()
public DomainPatchResource withAuthCode(String authCode)
authCode
- the authCode value to setCopyright © 2019. All rights reserved.