CheckNameAvailabilityOutputInner Class

Definition

Output of check name availability API.

public class CheckNameAvailabilityOutputInner
type CheckNameAvailabilityOutputInner = class
Public Class CheckNameAvailabilityOutputInner
Inheritance
CheckNameAvailabilityOutputInner

Constructors

CheckNameAvailabilityOutputInner()

Initializes a new instance of the CheckNameAvailabilityOutputInner class.

CheckNameAvailabilityOutputInner(Nullable<Boolean>, String, String)

Initializes a new instance of the CheckNameAvailabilityOutputInner class.

Properties

IsNameAvailable

Gets a value indicating whether the name is available.

Message

Gets a message that explains why the name is invalid and provides resource naming requirements. Available only if 'Invalid' is returned in the 'reason' property.

Reason

Gets the reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable. Possible values include: 'Invalid', 'AlreadyExists'

Applies to