EntityNameAvailabilityCheckOutput Class
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 response from the check name availability request.
public class EntityNameAvailabilityCheckOutput
type EntityNameAvailabilityCheckOutput = class
Public Class EntityNameAvailabilityCheckOutput
- Inheritance
-
EntityNameAvailabilityCheckOutput
Constructors
EntityNameAvailabilityCheckOutput() |
Initializes a new instance of the EntityNameAvailabilityCheckOutput class. |
EntityNameAvailabilityCheckOutput(Boolean, String, String) |
Initializes a new instance of the EntityNameAvailabilityCheckOutput class. |
Properties
Message |
Gets or sets specifies the detailed reason if the name is not available. |
NameAvailable |
Gets or sets specifies if the name is available. |
Reason |
Gets or sets specifies the reason if the name is not available. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET