Interface CheckNameResult


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.kusto.fluent.models.CheckNameResultInner object.
    Gets the message property: Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.
    Gets the name property: The name that was checked.
    Gets the nameAvailable property: Specifies a Boolean value that indicates if the name is available.
    Gets the reason property: Message providing the reason why the given name is invalid.
  • Method Details

    • nameAvailable

      Boolean nameAvailable()
      Gets the nameAvailable property: Specifies a Boolean value that indicates if the name is available.
      Returns:
      the nameAvailable value.
    • name

      String name()
      Gets the name property: The name that was checked.
      Returns:
      the name value.
    • message

      String message()
      Gets the message property: Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.
      Returns:
      the message value.
    • reason

      Reason reason()
      Gets the reason property: Message providing the reason why the given name is invalid.
      Returns:
      the reason value.
    • innerModel

      CheckNameResultInner innerModel()
      Gets the inner com.azure.resourcemanager.kusto.fluent.models.CheckNameResultInner object.
      Returns:
      the inner object.