Class CheckNameAvailabilityParameters
java.lang.Object
com.microsoft.azure.management.datalake.store.models.CheckNameAvailabilityParameters
Data Lake Store account name availability check parameters.
-
Constructor Details
-
CheckNameAvailabilityParameters
public CheckNameAvailabilityParameters()Creates an instance of CheckNameAvailabilityParameters class.
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the CheckNameAvailabilityParameters object itself.
-
type
Get the type value.- Returns:
- the type value
-
withType
Set the type value.- Parameters:
type
- the type value to set- Returns:
- the CheckNameAvailabilityParameters object itself.
-