Interface CustomHostnameAnalysisResult


public interface CustomHostnameAnalysisResult
An immutable client-side representation of CustomHostnameAnalysisResult.
  • Method Details

    • hostname

      String hostname()
      Gets the hostname property: Host name that was analyzed.
      Returns:
      the hostname value.
    • isHostnameAlreadyVerified

      Boolean isHostnameAlreadyVerified()
      Gets the isHostnameAlreadyVerified property: <code>true</code> if hostname is already verified; otherwise, <code>false</code>.
      Returns:
      the isHostnameAlreadyVerified value.
    • customDomainVerificationTest

      DnsVerificationTestResult customDomainVerificationTest()
      Gets the customDomainVerificationTest property: DNS verification test result.
      Returns:
      the customDomainVerificationTest value.
    • customDomainVerificationFailureInfo

      Gets the customDomainVerificationFailureInfo property: Raw failure information if DNS verification fails.
      Returns:
      the customDomainVerificationFailureInfo value.
    • hasConflictOnManagedEnvironment

      Boolean hasConflictOnManagedEnvironment()
      Gets the hasConflictOnManagedEnvironment property: <code>true</code> if there is a conflict on the Container App's managed environment; otherwise, <code>false</code>.
      Returns:
      the hasConflictOnManagedEnvironment value.
    • conflictWithEnvironmentCustomDomain

      Boolean conflictWithEnvironmentCustomDomain()
      Gets the conflictWithEnvironmentCustomDomain property: <code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.
      Returns:
      the conflictWithEnvironmentCustomDomain value.
    • conflictingContainerAppResourceId

      String conflictingContainerAppResourceId()
      Gets the conflictingContainerAppResourceId property: Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
      Returns:
      the conflictingContainerAppResourceId value.
    • cNameRecords

      List<String> cNameRecords()
      Gets the cNameRecords property: CName records visible for this hostname.
      Returns:
      the cNameRecords value.
    • txtRecords

      List<String> txtRecords()
      Gets the txtRecords property: TXT records visible for this hostname.
      Returns:
      the txtRecords value.
    • aRecords

      List<String> aRecords()
      Gets the aRecords property: A records visible for this hostname.
      Returns:
      the aRecords value.
    • alternateCNameRecords

      List<String> alternateCNameRecords()
      Gets the alternateCNameRecords property: Alternate CName records visible for this hostname.
      Returns:
      the alternateCNameRecords value.
    • alternateTxtRecords

      List<String> alternateTxtRecords()
      Gets the alternateTxtRecords property: Alternate TXT records visible for this hostname.
      Returns:
      the alternateTxtRecords value.
    • innerModel

      Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.CustomHostnameAnalysisResultInner object.
      Returns:
      the inner object.