ApiManagementServiceCheckNameAvailabilityParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.apimanagement.models.ApiManagementServiceCheckNameAvailabilityParameters

public final class ApiManagementServiceCheckNameAvailabilityParameters

Parameters supplied to the CheckNameAvailability operation.

Constructor Summary

Constructor Description
ApiManagementServiceCheckNameAvailabilityParameters()

Creates an instance of ApiManagementServiceCheckNameAvailabilityParameters class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The name to check for availability.

void validate()

Validates the instance.

ApiManagementServiceCheckNameAvailabilityParameters withName(String name)

Set the name property: The name to check for availability.

Methods inherited from java.lang.Object

Constructor Details

ApiManagementServiceCheckNameAvailabilityParameters

public ApiManagementServiceCheckNameAvailabilityParameters()

Creates an instance of ApiManagementServiceCheckNameAvailabilityParameters class.

Method Details

name

public String name()

Get the name property: The name to check for availability.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withName

public ApiManagementServiceCheckNameAvailabilityParameters withName(String name)

Set the name property: The name to check for availability.

Parameters:

name - the name value to set.

Returns:

the ApiManagementServiceCheckNameAvailabilityParameters object itself.

Applies to