Class CheckNameAvailabilityParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CheckNameAvailabilityParameters
Data Lake Analytics account name availability check parameters.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CheckNameAvailabilityParameters class. -
Method Summary
-
Constructor Details
-
CheckNameAvailabilityParameters
public CheckNameAvailabilityParameters()Creates an instance of CheckNameAvailabilityParameters class.
-
-
Method Details
-
name
Get the Data Lake Analytics name to check availability for.- Returns:
- the name value
-
withName
Set the Data Lake Analytics name to check availability for.- Parameters:
name
- the name value to set- Returns:
- the CheckNameAvailabilityParameters object itself.
-
type
Get the resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts.- Returns:
- the type value
-
withType
Set the resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts.- Parameters:
type
- the type value to set- Returns:
- the CheckNameAvailabilityParameters object itself.
-