Interface CheckNameAvailabilityResult

All Superinterfaces:
HasInnerModel<CheckNameAvailabilityResultInner>

public interface CheckNameAvailabilityResult extends HasInnerModel<CheckNameAvailabilityResultInner>
The CheckNameAvailability operation response wrapper.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the message value.
    Get the nameAvailable value.
    Get the reason value.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • Method Details

    • nameAvailable

      Boolean nameAvailable()
      Get the nameAvailable value.
      Returns:
      the nameAvailable value
    • reason

      Reason reason()
      Get the reason value.
      Returns:
      the reason value
    • message

      String message()
      Get the message value.
      Returns:
      the message value