CheckNameAvailabilityResult Interface
Implements
public interface CheckNameAvailabilityResult
extends HasInnerModel<CheckNameAvailabilityResultInner>
The CheckNameAvailability operation response wrapper.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
message()
Get the message value. |
abstract Boolean |
nameAvailable()
Get the name |
abstract Reason |
reason()
Get the reason value. |
Method Details
message
public abstract String message()
Get the message value.
Returns:
the message value
nameAvailable
public abstract Boolean nameAvailable()
Get the nameAvailable value.
Returns:
the nameAvailable value
reason
public abstract Reason reason()
Get the reason value.
Returns:
the reason value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java