Interface CheckNameAvailabilityResult


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.relay.fluent.models.CheckNameAvailabilityResultInner object.
    Gets the message property: The detailed info regarding the reason associated with the namespace.
    Gets the nameAvailable property: Value indicating namespace is available.
    Gets the reason property: The reason for unavailability of a namespace.
  • Method Details

    • message

      String message()
      Gets the message property: The detailed info regarding the reason associated with the namespace.
      Returns:
      the message value.
    • nameAvailable

      Boolean nameAvailable()
      Gets the nameAvailable property: Value indicating namespace is available. Returns true if the namespace is available; otherwise, false.
      Returns:
      the nameAvailable value.
    • reason

      Gets the reason property: The reason for unavailability of a namespace.
      Returns:
      the reason value.
    • innerModel

      Gets the inner com.azure.resourcemanager.relay.fluent.models.CheckNameAvailabilityResultInner object.
      Returns:
      the inner object.