Interface CheckNameAvailabilityResponse


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

    Modifier and Type
    Method
    Description
    Gets the available property: Whether the workspace name is available.
    Gets the inner com.azure.resourcemanager.synapse.fluent.models.CheckNameAvailabilityResponseInner object.
    Gets the message property: Validation message.
    Gets the name property: Workspace name.
    Gets the reason property: Reason the workspace name is or is not available.
  • Method Details

    • 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

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