Class CheckNameAvailabilityParameter
java.lang.Object
com.microsoft.azure.management.eventhub.CheckNameAvailabilityParameter
Parameter supplied to check Namespace name availability operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get name to check the namespace name availability.Set name to check the namespace name availability.
-
Constructor Details
-
CheckNameAvailabilityParameter
public CheckNameAvailabilityParameter()
-
-
Method Details
-
name
Get name to check the namespace name availability.- Returns:
- the name value
-
withName
Set name to check the namespace name availability.- Parameters:
name
- the name value to set- Returns:
- the CheckNameAvailabilityParameter object itself.
-