Interface EntityNameAvailabilityCheckOutput
public interface EntityNameAvailabilityCheckOutput
An immutable client-side representation of EntityNameAvailabilityCheckOutput.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.mediaservices.fluent.models.EntityNameAvailabilityCheckOutputInner object.message()
Gets the message property: Specifies the detailed reason if the name is not available.boolean
Gets the nameAvailable property: Specifies if the name is available.reason()
Gets the reason property: Specifies the reason if the name is not available.
-
Method Details
-
nameAvailable
boolean nameAvailable()Gets the nameAvailable property: Specifies if the name is available.- Returns:
- the nameAvailable value.
-
reason
String reason()Gets the reason property: Specifies the reason if the name is not available.- Returns:
- the reason value.
-
message
String message()Gets the message property: Specifies the detailed reason if the name is not available.- Returns:
- the message value.
-
innerModel
EntityNameAvailabilityCheckOutputInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.EntityNameAvailabilityCheckOutputInner object.- Returns:
- the inner object.
-