CheckNameAvailabilityOutput Interface
public interface CheckNameAvailabilityOutput
An immutable client-side representation of CheckNameAvailabilityOutput.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Check |
innerModel()
Gets the inner com. |
| abstract String |
message()
Gets the message property: The detailed error message describing why the name is not available. |
| abstract Boolean |
nameAvailable()
Gets the name |
| abstract String |
reason()
Gets the reason property: The reason why the name is not available. |
Method Details
innerModel
public abstract CheckNameAvailabilityOutputInner innerModel()
Gets the inner com.azure.resourcemanager.support.fluent.models.CheckNameAvailabilityOutputInner object.
Returns:
message
public abstract String message()
Gets the message property: The detailed error message describing why the name is not available.
Returns:
nameAvailable
public abstract Boolean nameAvailable()
Gets the nameAvailable property: Indicates whether the name is available.
Returns:
reason
public abstract String reason()
Gets the reason property: The reason why the name is not available.
Returns: