Class CheckNameAvailabilityResult
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.CheckNameAvailabilityResult
-
public class CheckNameAvailabilityResult extends Object
Result of the custom domain validation.
-
-
Constructor Summary
Constructors Constructor Description CheckNameAvailabilityResult(CheckNameAvailabilityOutputInner inner)Construct CheckNameAvailabilityResult object from server response object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmessage()Get the message value.booleannameAvailable()Indicates whether the name is available.Stringreason()Get the reason value.
-
-
-
Constructor Detail
-
CheckNameAvailabilityResult
public CheckNameAvailabilityResult(CheckNameAvailabilityOutputInner inner)
Construct CheckNameAvailabilityResult object from server response object.- Parameters:
inner- server response for CheckNameAvailability request.
-
-