Interface NameAvailabilityInfo


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.NameAvailabilityInfoInner object.
    Gets the message property: message containing a detailed reason name is unavailable.
    Gets the nameAvailable property: specifies if a name is available or not.
    Gets the reason property: specifies the reason a name is unavailable.
  • Method Details

    • nameAvailable

      Boolean nameAvailable()
      Gets the nameAvailable property: specifies if a name is available or not.
      Returns:
      the nameAvailable value.
    • reason

      Gets the reason property: specifies the reason a name is unavailable.
      Returns:
      the reason value.
    • message

      String message()
      Gets the message property: message containing a detailed reason name is unavailable.
      Returns:
      the message value.
    • innerModel

      Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.NameAvailabilityInfoInner object.
      Returns:
      the inner object.