Interface CustomHostnameAnalysisResult


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

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
        Returns:
        the systemData value.
      • 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

        DefaultErrorResponseError 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.
      • 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

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