CheckNameAvailabilityResponse Interface

public interface CheckNameAvailabilityResponse

An immutable client-side representation of CheckNameAvailabilityResponse.

Method Summary

Modifier and Type Method and Description
abstract Boolean available()

Gets the available property: Whether the workspace name is available.

abstract CheckNameAvailabilityResponseInner innerModel()

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

abstract String message()

Gets the message property: Validation message.

abstract String name()

Gets the name property: Workspace name.

abstract String reason()

Gets the reason property: Reason the workspace name is or is not available.

Method Details

available

public abstract Boolean available()

Gets the available property: Whether the workspace name is available.

Returns:

the available value.

innerModel

public abstract CheckNameAvailabilityResponseInner innerModel()

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

Returns:

the inner object.

message

public abstract String message()

Gets the message property: Validation message.

Returns:

the message value.

name

public abstract String name()

Gets the name property: Workspace name.

Returns:

the name value.

reason

public abstract String reason()

Gets the reason property: Reason the workspace name is or is not available.

Returns:

the reason value.

Applies to