ICheckNameAvailabilityResult Interface

Definition

The result of checking for the SQL server name availability.

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

Properties

Inner (Inherited from IHasInner<T>)
IsAvailable

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

UnavailabilityMessage

Gets the error message that provides more detail for the reason why the name is not available.

UnavailabilityReason

Gets the reason why the user-provided name for the SQL server could not be used.

Applies to