NameAvailabilityInfo Interface
public interface NameAvailabilityInfo
An immutable client-side representation of NameAvailabilityInfo.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Name |
innerModel()
Gets the inner com. |
abstract String |
message()
Gets the message property: message containing a detailed reason name is unavailable. |
abstract Boolean |
nameAvailable()
Gets the name |
abstract
Name |
reason()
Gets the reason property: specifies the reason a name is unavailable. |
Method Details
innerModel
public abstract NameAvailabilityInfoInner innerModel()
Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.NameAvailabilityInfoInner object.
Returns:
message
public abstract String message()
Gets the message property: message containing a detailed reason name is unavailable.
Returns:
nameAvailable
public abstract Boolean nameAvailable()
Gets the nameAvailable property: specifies if a name is available or not.
Returns:
reason
public abstract NameUnavailabilityReason reason()
Gets the reason property: specifies the reason a name is unavailable.
Returns: