Interface DomainAvailability


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.cognitiveservices.fluent.models.DomainAvailabilityInner object.
    Gets the isSubdomainAvailable property: Indicates the given SKU is available or not.
    Gets the kind property: The Kind of the resource.
    Gets the reason property: Reason why the SKU is not available.
    Gets the subdomainName property: The subdomain name to use.
    Gets the type property: The Type of the resource.
  • Method Details

    • 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

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