CheckNameResult Interface

public interface CheckNameResult

An immutable client-side representation of CheckNameResult.

Method Summary

Modifier and Type Method and Description
abstract CheckNameResultInner innerModel()

Gets the inner com.azure.resourcemanager.kusto.fluent.models.CheckNameResultInner object.

abstract 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.

abstract String name()

Gets the name property: The name that was checked.

abstract Boolean nameAvailable()

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

abstract Reason reason()

Gets the reason property: Message providing the reason why the given name is invalid.

Method Details

innerModel

public abstract CheckNameResultInner innerModel()

Gets the inner com.azure.resourcemanager.kusto.fluent.models.CheckNameResultInner object.

Returns:

the inner object.

message

public abstract 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.

name

public abstract String name()

Gets the name property: The name that was checked.

Returns:

the name value.

nameAvailable

public abstract Boolean nameAvailable()

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

Returns:

the nameAvailable value.

reason

public abstract Reason reason()

Gets the reason property: Message providing the reason why the given name is invalid.

Returns:

the reason value.

Applies to