Interface NameAvailabilityResult
public interface NameAvailabilityResult
An immutable client-side representation of NameAvailabilityResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.NameAvailabilityResultInner object.message()Gets the message property: The error message of unavailability.Gets the nameAvailable property: Indicator of availability of the Microsoft.HDInsight resource name.reason()Gets the reason property: The reason of unavailability.
-
Method Details
-
nameAvailable
Boolean nameAvailable()Gets the nameAvailable property: Indicator of availability of the Microsoft.HDInsight resource name.- Returns:
- the nameAvailable value.
-
reason
-
message
String message()Gets the message property: The error message of unavailability.- Returns:
- the message value.
-
innerModel
NameAvailabilityResultInner innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.NameAvailabilityResultInner object.- Returns:
- the inner object.
-