Interface CheckNameAvailabilityResult


  • public interface CheckNameAvailabilityResult
    An immutable client-side representation of CheckNameAvailabilityResult.
    • Method Detail

      • message

        String message()
        Gets the message property: Gets or sets the message.
        Returns:
        the message value.
      • nameAvailable

        Boolean nameAvailable()
        Gets the nameAvailable property: Gets or sets a value indicating whether [name available].
        Returns:
        the nameAvailable value.
      • reason

        String reason()
        Gets the reason property: Gets or sets the reason.
        Returns:
        the reason value.
      • innerModel

        CheckNameAvailabilityResultInner innerModel()
        Gets the inner com.azure.resourcemanager.dataprotection.fluent.models.CheckNameAvailabilityResultInner object.
        Returns:
        the inner object.