Class CheckNameAvailabilityInput

java.lang.Object
com.microsoft.azure.management.cdn.CheckNameAvailabilityInput

public class CheckNameAvailabilityInput extends Object
Input of CheckNameAvailability API.
  • Constructor Details

    • CheckNameAvailabilityInput

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

    • name

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

      public CheckNameAvailabilityInput withName(String name)
      Set the resource name to validate.
      Parameters:
      name - the name value to set
      Returns:
      the CheckNameAvailabilityInput object itself.
    • type

      public String type()
      Get the type of the resource whose name is to be validated.
      Returns:
      the type value
    • withType

      public CheckNameAvailabilityInput withType(String type)
      Set the type of the resource whose name is to be validated.
      Parameters:
      type - the type value to set
      Returns:
      the CheckNameAvailabilityInput object itself.