Class NameAvailabilityParameters

java.lang.Object
com.azure.resourcemanager.appplatform.models.NameAvailabilityParameters

public final class NameAvailabilityParameters extends Object
Name availability parameters payload.
  • Constructor Details

    • NameAvailabilityParameters

      public NameAvailabilityParameters()
      Creates an instance of NameAvailabilityParameters class.
  • Method Details

    • 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.