Interface CheckNameAvailabilityResponse


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

      • message

        String message()
        Gets the message property: Validation message.
        Returns:
        the message value.
      • available

        Boolean available()
        Gets the available property: Whether the workspace name is available.
        Returns:
        the available value.
      • reason

        String reason()
        Gets the reason property: Reason the workspace name is or is not available.
        Returns:
        the reason value.
      • name

        String name()
        Gets the name property: Workspace name.
        Returns:
        the name value.
      • innerModel

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