AppAvailabilityInfo Interface

public interface AppAvailabilityInfo

An immutable client-side representation of AppAvailabilityInfo.

Method Summary

Modifier and Type Method and Description
abstract AppAvailabilityInfoInner innerModel()

Gets the inner com.azure.resourcemanager.iotcentral.fluent.models.AppAvailabilityInfoInner object.

abstract String message()

Gets the message property: The detailed reason message.

abstract Boolean nameAvailable()

Gets the nameAvailable property: The value which indicates whether the provided name is available.

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:

the inner object.

message

public abstract String message()

Gets the message property: The detailed reason message.

Returns:

the message value.

nameAvailable

public abstract Boolean nameAvailable()

Gets the nameAvailable property: The value which indicates whether the provided name is available.

Returns:

the nameAvailable value.

reason

public abstract String reason()

Gets the reason property: The reason for unavailability.

Returns:

the reason value.

Applies to