public final class CheckNameAvailabilityResponseInner extends Object
| Constructor and Description |
|---|
CheckNameAvailabilityResponseInner() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
available()
Get the available property: True if the name is available, otherwise false.
|
String |
message()
Get the message property: A message explaining why the name is unavailable.
|
String |
name()
Get the name property: The name whose availability was checked.
|
CheckNameAvailabilityReason |
reason()
Get the reason property: The reason code explaining why the name is unavailable.
|
void |
validate()
Validates the instance.
|
public String name()
public Boolean available()
public CheckNameAvailabilityReason reason()
public String message()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.