NameAvailabilityInformation 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.
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
Azure SDK for .NET