Interface DomainAvailability


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

      • isSubdomainAvailable

        Boolean isSubdomainAvailable()
        Gets the isSubdomainAvailable property: Indicates the given SKU is available or not.
        Returns:
        the isSubdomainAvailable value.
      • reason

        String reason()
        Gets the reason property: Reason why the SKU is not available.
        Returns:
        the reason value.
      • subdomainName

        String subdomainName()
        Gets the subdomainName property: The subdomain name to use.
        Returns:
        the subdomainName value.
      • type

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

        String kind()
        Gets the kind property: The Kind of the resource.
        Returns:
        the kind value.
      • innerModel

        DomainAvailabilityInner innerModel()
        Gets the inner com.azure.resourcemanager.cognitiveservices.fluent.models.DomainAvailabilityInner object.
        Returns:
        the inner object.