AppAvailabilityInfo Interface
public interface AppAvailabilityInfo
An immutable client-side representation of AppAvailabilityInfo.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
App |
innerModel()
Gets the inner com. |
| abstract String |
message()
Gets the message property: The detailed reason message. |
| abstract Boolean |
nameAvailable()
Gets the name |
| abstract String |
reason()
Gets the reason property: The reason for unavailability. |
Method Details
innerModel
public abstract AppAvailabilityInfoInner innerModel()
Gets the inner com.azure.resourcemanager.iotcentral.fluent.models.AppAvailabilityInfoInner object.
Returns:
message
public abstract String message()
Gets the message property: The detailed reason message.
Returns:
nameAvailable
public abstract Boolean nameAvailable()
Gets the nameAvailable property: The value which indicates whether the provided name is available.
Returns:
reason
public abstract String reason()
Gets the reason property: The reason for unavailability.
Returns: