ICheckNameAvailabilityResult Interface

Definition

The result of checking for Search service name availability.

public interface ICheckNameAvailabilityResult : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Search.Fluent.Models.CheckNameAvailabilityOutputInner>
type ICheckNameAvailabilityResult = interface
    interface IBeta
    interface IHasInner<CheckNameAvailabilityOutputInner>
Public Interface ICheckNameAvailabilityResult
Implements IBeta, IHasInner(Of CheckNameAvailabilityOutputInner)
Implements

Properties

Inner (Inherited from IHasInner<T>)
IsAvailable

Gets true if the specified name is valid and available for use, otherwise false.

UnavailabilityMessage

Gets an error message explaining the Reason value in more detail.

UnavailabilityReason

Gets the reason why the user-provided name for the search service could not be used, if any. The Reason element is only returned if NameAvailable is false.

Applies to