public final class CustomHostnameAnalysisResultProperties extends Object
| Constructor and Description |
|---|
CustomHostnameAnalysisResultProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
alternateCNameRecords()
Get the alternateCNameRecords property: Alternate CName records controller can see for this hostname.
|
List<String> |
alternateTxtRecords()
Get the alternateTxtRecords property: Alternate TXT records controller can see for this hostname.
|
List<String> |
aRecords()
Get the aRecords property: A records controller can see for this hostname.
|
List<String> |
cNameRecords()
Get the cNameRecords property: CName records controller can see for this hostname.
|
String |
conflictingAppResourceId()
Get the conflictingAppResourceId property: Name of the conflicting app on scale unit if it's within the same
subscription.
|
ErrorEntity |
customDomainVerificationFailureInfo()
Get the customDomainVerificationFailureInfo property: Raw failure information if DNS verification fails.
|
DnsVerificationTestResult |
customDomainVerificationTest()
Get the customDomainVerificationTest property: DNS verification test result.
|
Boolean |
hasConflictAcrossSubscription()
Get the hasConflictAcrossSubscription property: <code>true</code> if there is a conflict across
subscriptions; otherwise, <code>false</code>.
|
Boolean |
hasConflictOnScaleUnit()
Get the hasConflictOnScaleUnit property: <code>true</code> if there is a conflict on a scale unit;
otherwise, <code>false</code>.
|
Boolean |
isHostnameAlreadyVerified()
Get the isHostnameAlreadyVerified property: <code>true</code> if hostname is already verified;
otherwise, <code>false</code>.
|
List<String> |
txtRecords()
Get the txtRecords property: TXT records controller can see for this hostname.
|
void |
validate()
Validates the instance.
|
CustomHostnameAnalysisResultProperties |
withAlternateCNameRecords(List<String> alternateCNameRecords)
Set the alternateCNameRecords property: Alternate CName records controller can see for this hostname.
|
CustomHostnameAnalysisResultProperties |
withAlternateTxtRecords(List<String> alternateTxtRecords)
Set the alternateTxtRecords property: Alternate TXT records controller can see for this hostname.
|
CustomHostnameAnalysisResultProperties |
withARecords(List<String> aRecords)
Set the aRecords property: A records controller can see for this hostname.
|
CustomHostnameAnalysisResultProperties |
withCNameRecords(List<String> cNameRecords)
Set the cNameRecords property: CName records controller can see for this hostname.
|
CustomHostnameAnalysisResultProperties |
withTxtRecords(List<String> txtRecords)
Set the txtRecords property: TXT records controller can see for this hostname.
|
public CustomHostnameAnalysisResultProperties()
public Boolean isHostnameAlreadyVerified()
public DnsVerificationTestResult customDomainVerificationTest()
public ErrorEntity customDomainVerificationFailureInfo()
public Boolean hasConflictOnScaleUnit()
public Boolean hasConflictAcrossSubscription()
public String conflictingAppResourceId()
public List<String> cNameRecords()
public CustomHostnameAnalysisResultProperties withCNameRecords(List<String> cNameRecords)
cNameRecords - the cNameRecords value to set.public List<String> txtRecords()
public CustomHostnameAnalysisResultProperties withTxtRecords(List<String> txtRecords)
txtRecords - the txtRecords value to set.public List<String> aRecords()
public CustomHostnameAnalysisResultProperties withARecords(List<String> aRecords)
aRecords - the aRecords value to set.public List<String> alternateCNameRecords()
public CustomHostnameAnalysisResultProperties withAlternateCNameRecords(List<String> alternateCNameRecords)
alternateCNameRecords - the alternateCNameRecords value to set.public List<String> alternateTxtRecords()
public CustomHostnameAnalysisResultProperties withAlternateTxtRecords(List<String> alternateTxtRecords)
alternateTxtRecords - the alternateTxtRecords value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.