CheckNameAvailabilityResponseInner 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.
A response indicating whether the specified name for a resource is available.
public class CheckNameAvailabilityResponseInner
type CheckNameAvailabilityResponseInner = class
Public Class CheckNameAvailabilityResponseInner
- Inheritance
-
CheckNameAvailabilityResponseInner
Constructors
CheckNameAvailabilityResponseInner() |
Initializes a new instance of the CheckNameAvailabilityResponseInner class. |
CheckNameAvailabilityResponseInner(Nullable<Boolean>, String, String, Nullable<CheckNameAvailabilityReason>) |
Initializes a new instance of the CheckNameAvailabilityResponseInner class. |
Properties
Available |
Gets true if the name is available, otherwise false. |
Message |
Gets a message explaining why the name is unavailable. Will be null if the name is available. |
Name |
Gets the name whose availability was checked. |
Reason |
Gets the reason code explaining why the name is unavailable. Will be null if the name is available. Possible values include: 'Invalid', 'AlreadyExists' |