public final class CheckNameAvailabilityOutput extends Object
| Constructor and Description |
|---|
CheckNameAvailabilityOutput() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isNameAvailable()
Get the isNameAvailable property: A value indicating whether the name is available.
|
String |
message()
Get the message property: A message that explains why the name is invalid and provides resource naming
requirements.
|
UnavailableNameReason |
reason()
Get the reason property: The reason why the name is not available.
|
void |
validate()
Validates the instance.
|
public Boolean isNameAvailable()
public UnavailableNameReason reason()
public String message()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.