Interface CheckNameAvailabilityResult

All Superinterfaces:
HasInner<com.microsoft.azure.management.keyvault.implementation.CheckNameAvailabilityResultInner>

@Beta(V1_11_0) public interface CheckNameAvailabilityResult extends HasInner<com.microsoft.azure.management.keyvault.implementation.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.microsoft.azure.management.resources.fluentcore.model.HasInner

    inner
  • 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