public final class CustomHostnameAnalysisResultInner extends ProxyOnlyResource
| Constructor and Description |
|---|
CustomHostnameAnalysisResultInner() |
| 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.
|
CustomHostnameAnalysisResultInner |
withAlternateCNameRecords(List<String> alternateCNameRecords)
Set the alternateCNameRecords property: Alternate CName records controller can see for this hostname.
|
CustomHostnameAnalysisResultInner |
withAlternateTxtRecords(List<String> alternateTxtRecords)
Set the alternateTxtRecords property: Alternate TXT records controller can see for this hostname.
|
CustomHostnameAnalysisResultInner |
withARecords(List<String> aRecords)
Set the aRecords property: A records controller can see for this hostname.
|
CustomHostnameAnalysisResultInner |
withCNameRecords(List<String> cNameRecords)
Set the cNameRecords property: CName records controller can see for this hostname.
|
CustomHostnameAnalysisResultInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
CustomHostnameAnalysisResultInner |
withTxtRecords(List<String> txtRecords)
Set the txtRecords property: TXT records controller can see for this hostname.
|
kindpublic CustomHostnameAnalysisResultInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public Boolean isHostnameAlreadyVerified()
public DnsVerificationTestResult customDomainVerificationTest()
public ErrorEntity customDomainVerificationFailureInfo()
public Boolean hasConflictOnScaleUnit()
public Boolean hasConflictAcrossSubscription()
public String conflictingAppResourceId()
public List<String> cNameRecords()
public CustomHostnameAnalysisResultInner withCNameRecords(List<String> cNameRecords)
cNameRecords - the cNameRecords value to set.public List<String> txtRecords()
public CustomHostnameAnalysisResultInner withTxtRecords(List<String> txtRecords)
txtRecords - the txtRecords value to set.public List<String> aRecords()
public CustomHostnameAnalysisResultInner withARecords(List<String> aRecords)
aRecords - the aRecords value to set.public List<String> alternateCNameRecords()
public CustomHostnameAnalysisResultInner withAlternateCNameRecords(List<String> alternateCNameRecords)
alternateCNameRecords - the alternateCNameRecords value to set.public List<String> alternateTxtRecords()
public CustomHostnameAnalysisResultInner withAlternateTxtRecords(List<String> alternateTxtRecords)
alternateTxtRecords - the alternateTxtRecords value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.