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.purview.fluent.models.CheckNameAvailabilityResultInner object.
    Gets the message property: Error message.
    Gets the nameAvailable property: Indicates if name is valid and available.
    Gets the reason property: The reason the name is not available.
  • Method Details

    • message

      String message()
      Gets the message property: Error message.
      Returns:
      the message value.
    • nameAvailable

      Boolean nameAvailable()
      Gets the nameAvailable property: Indicates if name is valid and available.
      Returns:
      the nameAvailable value.
    • reason

      Reason reason()
      Gets the reason property: The reason the name is not available.
      Returns:
      the reason value.
    • innerModel

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