DataLakeAnalyticsAccountNameAvailabilityResult 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 Analytics account name availability result information. Serialized Name: NameAvailabilityInformation
public class DataLakeAnalyticsAccountNameAvailabilityResult
type DataLakeAnalyticsAccountNameAvailabilityResult = class
Public Class DataLakeAnalyticsAccountNameAvailabilityResult
- Inheritance
-
DataLakeAnalyticsAccountNameAvailabilityResult
Properties
IsNameAvailable |
The Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not. Serialized Name: NameAvailabilityInformation.nameAvailable |
Message |
The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false. Serialized Name: NameAvailabilityInformation.message |
Reason |
The reason why the Data Lake Analytics account name is not available, if nameAvailable is false. Serialized Name: NameAvailabilityInformation.reason |
Applies to
Azure SDK for .NET