Class CheckNameAvailabilityInput
java.lang.Object
com.microsoft.azure.management.search.CheckNameAvailabilityInput
Input of check name availability API.
-
Constructor Details
-
CheckNameAvailabilityInput
public CheckNameAvailabilityInput()Creates an instance of CheckNameAvailabilityInput 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 CheckNameAvailabilityInput 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 CheckNameAvailabilityInput object itself.
-