Class CheckNameAvailabilityParameter
- java.lang.Object
-
- com.microsoft.azure.management.eventhub.CheckNameAvailabilityParameter
-
public class CheckNameAvailabilityParameter extends Object
Parameter supplied to check Namespace name availability operation.
-
-
Constructor Summary
Constructors Constructor Description CheckNameAvailabilityParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name value.CheckNameAvailabilityParameterwithName(String name)Set the name value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public CheckNameAvailabilityParameter withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the CheckNameAvailabilityParameter object itself.
-
-