Class NameAvailabilityParameters
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.models.NameAvailabilityParameters
-
public final class NameAvailabilityParameters extends Object
Name availability parameters payload.
-
-
Constructor Summary
Constructors Constructor Description NameAvailabilityParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: Name to be checked.Stringtype()Get the type property: Type of the resource to check name availability.voidvalidate()Validates the instance.NameAvailabilityParameterswithName(String name)Set the name property: Name to be checked.NameAvailabilityParameterswithType(String type)Set the type property: Type of the resource to check name availability.
-
-
-
Method Detail
-
type
public String type()
Get the type property: Type of the resource to check name availability.- Returns:
- the type value.
-
withType
public NameAvailabilityParameters withType(String type)
Set the type property: Type of the resource to check name availability.- Parameters:
type- the type value to set.- Returns:
- the NameAvailabilityParameters object itself.
-
name
public String name()
Get the name property: Name to be checked.- Returns:
- the name value.
-
withName
public NameAvailabilityParameters withName(String name)
Set the name property: Name to be checked.- Parameters:
name- the name value to set.- Returns:
- the NameAvailabilityParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-