NameAvailabilityResponse 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.
Indicates whether a proposed resource name is available
public class NameAvailabilityResponse
type NameAvailabilityResponse = class
Public Class NameAvailabilityResponse
- Inheritance
-
NameAvailabilityResponse
Constructors
NameAvailabilityResponse() |
Initializes a new instance of the NameAvailabilityResponse class. |
NameAvailabilityResponse(Nullable<Boolean>, String, String) |
Initializes a new instance of the NameAvailabilityResponse class. |
Properties
Message |
Gets or sets the localized reason why the name is not available, if nameAvailable is false |
NameAvailable |
Gets or sets if true, the name is valid and available. If false, 'reason' describes why not. |
Reason |
Gets or sets the reason why the name is not available, if nameAvailable is false Possible values include: 'AlreadyExists', 'Invalid' |