CheckNameAvailability Class

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

public class CheckNameAvailability

Description of a Check Name availability request properties.

Method Summary

Modifier and Type Method and Description
String name()

Get the name value.

CheckNameAvailability withName(String name)

Set the name value.

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

Applies to