Interface NameAvailabilityStatus


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.appconfiguration.fluent.models.NameAvailabilityStatusInner object.
    Gets the message property: If any, the error message that provides more detail for the reason that the name is not available.
    Gets the nameAvailable property: The value indicating whether the resource name is available.
    Gets the reason property: If any, the reason that the name is not available.
  • Method Details

    • nameAvailable

      Boolean nameAvailable()
      Gets the nameAvailable property: The value indicating whether the resource name is available.
      Returns:
      the nameAvailable value.
    • message

      String message()
      Gets the message property: If any, the error message that provides more detail for the reason that the name is not available.
      Returns:
      the message value.
    • reason

      String reason()
      Gets the reason property: If any, the reason that the name is not available.
      Returns:
      the reason value.
    • innerModel

      Gets the inner com.azure.resourcemanager.appconfiguration.fluent.models.NameAvailabilityStatusInner object.
      Returns:
      the inner object.