Class CheckNameAvailability

java.lang.Object
com.microsoft.azure.management.servicebus.CheckNameAvailability

public class CheckNameAvailability extends Object
Description of a Check Name availability request properties.
  • Constructor Details

    • CheckNameAvailability

      public CheckNameAvailability()
  • Method Details

    • name

      public String name()
      Get the name value.
      Returns:
      the name value
    • withName

      public CheckNameAvailability withName(String name)
      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the CheckNameAvailability object itself