NameAvailabilityInformation Constructors
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.
Overloads
NameAvailabilityInformation() |
Initializes a new instance of the NameAvailabilityInformation class. |
NameAvailabilityInformation(Nullable<Boolean>, String, String) |
Initializes a new instance of the NameAvailabilityInformation class. |
NameAvailabilityInformation()
Initializes a new instance of the NameAvailabilityInformation class.
public NameAvailabilityInformation ();
Public Sub New ()
Applies to
NameAvailabilityInformation(Nullable<Boolean>, String, String)
Initializes a new instance of the NameAvailabilityInformation class.
public NameAvailabilityInformation (bool? nameAvailable = default, string reason = default, string message = default);
new Microsoft.Azure.Management.DataLake.Store.Models.NameAvailabilityInformation : Nullable<bool> * string * string -> Microsoft.Azure.Management.DataLake.Store.Models.NameAvailabilityInformation
Public Sub New (Optional nameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing)
Parameters
The Boolean value of true or false to indicate whether the Data Lake Store account name is available or not.
- reason
- String
The reason why the Data Lake Store account name is not available, if nameAvailable is false.
- message
- String
The message describing why the Data Lake Store account name is not available, if nameAvailable is false.