Interface CheckNameAvailabilityResult
-
- All Superinterfaces:
HasInnerModel<CheckNameAvailabilityResultInner>
public interface CheckNameAvailabilityResult extends HasInnerModel<CheckNameAvailabilityResultInner>
The CheckNameAvailability operation response wrapper.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringmessage()Get the message value.BooleannameAvailable()Get the nameAvailable value.Reasonreason()Get the reason value.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-