Class CheckNameAvailabilityParameters
java.lang.Object
com.microsoft.azure.management.batch.CheckNameAvailabilityParameters
Parameters for a check name availability request.
-
Constructor Details
-
CheckNameAvailabilityParameters
public CheckNameAvailabilityParameters()Creates an instance of CheckNameAvailabilityParameters class.
-
-
Method Details
-
name
Get the name to check for availability.- Returns:
- the name value
-
withName
Set the name to check for availability.- Parameters:
name
- the name value to set- Returns:
- the CheckNameAvailabilityParameters object itself.
-
type
Get the resource type.- Returns:
- the type value
-
withType
Set the resource type.- Parameters:
type
- the type value to set- Returns:
- the CheckNameAvailabilityParameters object itself.
-