CheckNameAvailabilityOutput Class

Definition

Output of check name availability API.

public class CheckNameAvailabilityOutput
type CheckNameAvailabilityOutput = class
Public Class CheckNameAvailabilityOutput
Inheritance
CheckNameAvailabilityOutput

Constructors

CheckNameAvailabilityOutput()

Initializes a new instance of the CheckNameAvailabilityOutput class.

CheckNameAvailabilityOutput(Nullable<Boolean>, String, String)

Initializes a new instance of the CheckNameAvailabilityOutput class.

Properties

Message

Gets the detailed error message describing why the name is not available.

NameAvailable

Gets indicates whether the name is available.

Reason

Gets the reason why the name is not available.

Applies to