AppAvailabilityInfoInner Class
- java.
lang. Object - com.
azure. resourcemanager. iotcentral. fluent. models. AppAvailabilityInfoInner
- com.
public final class AppAvailabilityInfoInner
The properties indicating whether a given IoT Central application name or subdomain is available.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AppAvailabilityInfoInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
message()
Get the message property: The detailed reason message. |
| Boolean |
nameAvailable()
Get the name |
| String |
reason()
Get the reason property: The reason for unavailability. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AppAvailabilityInfoInner
public AppAvailabilityInfoInner()
Method Details
message
public String message()
Get the message property: The detailed reason message.
Returns:
nameAvailable
public Boolean nameAvailable()
Get the nameAvailable property: The value which indicates whether the provided name is available.
Returns:
reason
public String reason()
Get the reason property: The reason for unavailability.
Returns:
validate
public void validate()
Validates the instance.