ArmDataLakeStoreModelFactory.DataLakeStoreAccountNameAvailabilityResult Method
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.
Initializes a new instance of DataLakeStoreAccountNameAvailabilityResult.
public static Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountNameAvailabilityResult DataLakeStoreAccountNameAvailabilityResult (bool? isNameAvailable = default, string reason = default, string message = default);
static member DataLakeStoreAccountNameAvailabilityResult : Nullable<bool> * string * string -> Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountNameAvailabilityResult
Public Shared Function DataLakeStoreAccountNameAvailabilityResult (Optional isNameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing) As DataLakeStoreAccountNameAvailabilityResult
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.
Returns
A new DataLakeStoreAccountNameAvailabilityResult instance for mocking.