CheckNameAvailabilityResponse 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 check availability result.
public class CheckNameAvailabilityResponse
type CheckNameAvailabilityResponse = class
Public Class CheckNameAvailabilityResponse
- Inheritance
-
CheckNameAvailabilityResponse
Constructors
CheckNameAvailabilityResponse() |
Initializes a new instance of the CheckNameAvailabilityResponse class. |
CheckNameAvailabilityResponse(Nullable<Boolean>, Nullable<CheckNameAvailabilityReason>, String) |
Initializes a new instance of the CheckNameAvailabilityResponse class. |
Properties
Message |
Gets or sets detailed reason why the given name is available. |
NameAvailable |
Gets or sets indicates if the resource name is available. |
Reason |
Gets or sets the reason why the given name is not available. Possible values include: 'Invalid', 'AlreadyExists' |
Applies to
Azure SDK for .NET