Interface CheckNameAvailabilityResponse
-
public interface CheckNameAvailabilityResponseAn immutable client-side representation of CheckNameAvailabilityResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckNameAvailabilityResponseInnerinnerModel()Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.CheckNameAvailabilityResponseInner object.Stringmessage()Gets the message property: Detailed reason why the given name is available.BooleannameAvailable()Gets the nameAvailable property: Indicates if the resource name is available.CheckNameAvailabilityReasonreason()Gets the reason property: The reason why the given name is not available.
-
-
-
Method Detail
-
nameAvailable
Boolean nameAvailable()
Gets the nameAvailable property: Indicates if the resource name is available.- Returns:
- the nameAvailable value.
-
reason
CheckNameAvailabilityReason reason()
Gets the reason property: The reason why the given name is not available.- Returns:
- the reason value.
-
message
String message()
Gets the message property: Detailed reason why the given name is available.- Returns:
- the message value.
-
innerModel
CheckNameAvailabilityResponseInner innerModel()
Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.CheckNameAvailabilityResponseInner object.- Returns:
- the inner object.
-
-