Interface CheckNameAvailabilityResponse


public interface CheckNameAvailabilityResponse
An immutable client-side representation of CheckNameAvailabilityResponse.
  • Method Details

    • nameAvailable

      boolean nameAvailable()
      Gets the nameAvailable property: if name Available.
      Returns:
      the nameAvailable value.
    • reason

      Gets the reason property: Resource Name To Verify.
      Returns:
      the reason value.
    • message

      String message()
      Gets the message property: detail message.
      Returns:
      the message value.
    • innerModel

      Gets the inner com.azure.resourcemanager.mixedreality.fluent.models.CheckNameAvailabilityResponseInner object.
      Returns:
      the inner object.