CheckNameAvailabilityParameters Class

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

public class CheckNameAvailabilityParameters

Parameters for a check name availability request.

Constructor Summary

Constructor Description
CheckNameAvailabilityParameters()

Creates an instance of CheckNameAvailabilityParameters class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name to check for availability.

String type()

Get the resource type.

CheckNameAvailabilityParameters withName(String name)

Set the name to check for availability.

CheckNameAvailabilityParameters withType(String type)

Set the resource type.

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

type

public String type()

Get the resource type.

Returns:

the type 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.

withType

public CheckNameAvailabilityParameters withType(String type)

Set the resource type.

Parameters:

type - the type value to set

Returns:

the CheckNameAvailabilityParameters object itself.

Applies to