NameAvailabilityParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.appplatform.v2020_07_01.NameAvailabilityParameters

public class NameAvailabilityParameters

Name availability parameters payload.

Constructor Summary

Constructor Description
NameAvailabilityParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String name()

Get name to be checked.

java.lang.String type()

Get type of the resource to check name availability.

NameAvailabilityParameters withName(String name)

Set name to be checked.

NameAvailabilityParameters withType(String type)

Set type of the resource to check name availability.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NameAvailabilityParameters

public NameAvailabilityParameters()

Method Details

name

public String name()

Get name to be checked.

Returns:

the name value

type

public String type()

Get type of the resource to check name availability.

Returns:

the type value

withName

public NameAvailabilityParameters withName(String name)

Set name to be checked.

Parameters:

name - the name value to set

Returns:

the NameAvailabilityParameters object itself.

withType

public NameAvailabilityParameters withType(String type)

Set type of the resource to check name availability.

Parameters:

type - the type value to set

Returns:

the NameAvailabilityParameters object itself.

Applies to