Interface CheckNameResult


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CheckNameResultInner innerModel()
      Gets the inner com.azure.resourcemanager.synapse.fluent.models.CheckNameResultInner object.
      String message()
      Gets the message property: Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.
      String name()
      Gets the name property: The name that was checked.
      Boolean nameAvailable()
      Gets the nameAvailable property: Specifies a Boolean value that indicates if the name is available.
      Reason reason()
      Gets the reason property: Message providing the reason why the given name is invalid.
    • Method Detail

      • nameAvailable

        Boolean nameAvailable()
        Gets the nameAvailable property: Specifies a Boolean value that indicates if the name is available.
        Returns:
        the nameAvailable value.
      • name

        String name()
        Gets the name property: The name that was checked.
        Returns:
        the name value.
      • message

        String message()
        Gets the message property: Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.
        Returns:
        the message value.
      • reason

        Reason reason()
        Gets the reason property: Message providing the reason why the given name is invalid.
        Returns:
        the reason value.
      • innerModel

        CheckNameResultInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.CheckNameResultInner object.
        Returns:
        the inner object.