Class CheckNameAvailabilityParameters

java.lang.Object
com.microsoft.azure.management.batch.CheckNameAvailabilityParameters

public class CheckNameAvailabilityParameters extends Object
Parameters for a check name availability request.
  • Constructor Details

    • CheckNameAvailabilityParameters

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

    • name

      public String name()
      Get the name to check for availability.
      Returns:
      the name value
    • withName

      public CheckNameAvailabilityParameters withName(String name)
      Set the name to check for availability.
      Parameters:
      name - the name value to set
      Returns:
      the CheckNameAvailabilityParameters object itself.
    • type

      public String type()
      Get the resource type.
      Returns:
      the type value
    • withType

      public CheckNameAvailabilityParameters withType(String type)
      Set the resource type.
      Parameters:
      type - the type value to set
      Returns:
      the CheckNameAvailabilityParameters object itself.