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
Check |
innerModel()
Gets the inner com. |
| 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:
innerModel
public abstract CheckNameAvailabilityResponseInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.CheckNameAvailabilityResponseInner object.
Returns:
message
public abstract String message()
Gets the message property: Validation message.
Returns:
name
public abstract String name()
Gets the name property: Workspace name.
Returns:
reason
public abstract String reason()
Gets the reason property: Reason the workspace name is or is not available.
Returns: