CheckNameAvailabilityResult 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 payload for CheckNameAvailability API
public class CheckNameAvailabilityResult
type CheckNameAvailabilityResult = class
Public Class CheckNameAvailabilityResult
- Inheritance
-
CheckNameAvailabilityResult
Constructors
CheckNameAvailabilityResult() |
Initializes a new instance of the CheckNameAvailabilityResult class. |
CheckNameAvailabilityResult(String, Nullable<Boolean>, String) |
Initializes a new instance of the CheckNameAvailabilityResult class. |
Properties
Message |
Gets or sets error message |
NameAvailable |
Gets or sets indicates if name is valid and available. |
Reason |
Gets or sets the reason the name is not available. Possible values include: 'Invalid', 'AlreadyExists' |
Applies to
Azure SDK for .NET