NameAvailability Interface
public interface NameAvailability
An immutable client-side representation of NameAvailability.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Name |
innerModel()
Gets the inner com. |
| abstract String |
message()
Gets the message property: The message of the operation. |
| abstract Boolean |
nameAvailable()
Gets the name |
| abstract String |
reason()
Gets the reason property: The reason of the availability. |
Method Details
innerModel
public abstract NameAvailabilityInner innerModel()
Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.NameAvailabilityInner object.
Returns:
message
public abstract String message()
Gets the message property: The message of the operation.
Returns:
nameAvailable
public abstract Boolean nameAvailable()
Gets the nameAvailable property: Indicates whether the name is available or not.
Returns:
reason
public abstract String reason()
Gets the reason property: The reason of the availability. Required if name is not available.
Returns: