Interface CheckCapacityNameAvailabilityResult


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.powerbidedicated.fluent.models.CheckCapacityNameAvailabilityResultInner object.
    Gets the message property: The detailed message of the request unavailability.
    Gets the nameAvailable property: Indicator of availability of the capacity name.
    Gets the reason property: The reason of unavailability.
  • Method Details

    • nameAvailable

      Boolean nameAvailable()
      Gets the nameAvailable property: Indicator of availability of the capacity name.
      Returns:
      the nameAvailable value.
    • reason

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

      String message()
      Gets the message property: The detailed message of the request unavailability.
      Returns:
      the message value.
    • innerModel

      Gets the inner com.azure.resourcemanager.powerbidedicated.fluent.models.CheckCapacityNameAvailabilityResultInner object.
      Returns:
      the inner object.