Interface CheckNameAvailabilityResult


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.CheckNameAvailabilityResultInner object.
    Gets the message property: The message property.
    Gets the nameAvailable property: The nameAvailable property.
    Gets the reason property: The reason property.
  • Method Details

    • nameAvailable

      Boolean nameAvailable()
      Gets the nameAvailable property: The nameAvailable property.
      Returns:
      the nameAvailable value.
    • reason

      String reason()
      Gets the reason property: The reason property.
      Returns:
      the reason value.
    • message

      String message()
      Gets the message property: The message property.
      Returns:
      the message value.
    • innerModel

      Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.CheckNameAvailabilityResultInner object.
      Returns:
      the inner object.