ICheckNameAvailabilityResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET