NameAvailabilityInformation Class

Definition

Data Lake Store account name availability result information.

public class NameAvailabilityInformation
type NameAvailabilityInformation = class
Public Class NameAvailabilityInformation
Inheritance
NameAvailabilityInformation

Constructors

NameAvailabilityInformation()

Initializes a new instance of the NameAvailabilityInformation class.

NameAvailabilityInformation(Nullable<Boolean>, String, String)

Initializes a new instance of the NameAvailabilityInformation class.

Properties

Message

Gets the message describing why the Data Lake Store account name is not available, if nameAvailable is false.

NameAvailable

Gets the Boolean value of true or false to indicate whether the Data Lake Store account name is available or not.

Reason

Gets the reason why the Data Lake Store account name is not available, if nameAvailable is false.

Applies to