CheckNameResult Interface
public interface CheckNameResult
An immutable client-side representation of CheckNameResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Check |
innerModel()
Gets the inner com. |
| abstract 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. |
| abstract Boolean |
nameAvailable()
Gets the name |
| abstract Reason |
reason()
Gets the reason property: Message providing the reason why the given name is invalid. |
Method Details
innerModel
public abstract CheckNameResultInner innerModel()
Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.CheckNameResultInner object.
Returns:
message
public abstract 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:
nameAvailable
public abstract Boolean nameAvailable()
Gets the nameAvailable property: Specifies a Boolean value that indicates if the name is available.
Returns:
reason
public abstract Reason reason()
Gets the reason property: Message providing the reason why the given name is invalid.
Returns: