次の方法で共有


CheckNameAvailabilitiesClient Interface

public interface CheckNameAvailabilitiesClient

An instance of this class provides access to all the operations defined in CheckNameAvailabilitiesClient.

Method Summary

Modifier and Type Method and Description
abstract CheckNameAvailabilityResponseInner execute(CheckNameAvailabilityRequest nameAvailabilityRequest)

Check the availability of name for resource.

abstract Response<CheckNameAvailabilityResponseInner> executeWithResponse(CheckNameAvailabilityRequest nameAvailabilityRequest, Context context)

Check the availability of name for resource.

Method Details

execute

public abstract CheckNameAvailabilityResponseInner execute(CheckNameAvailabilityRequest nameAvailabilityRequest)

Check the availability of name for resource.

Parameters:

nameAvailabilityRequest - The required parameters for checking if resource name is available.

Returns:

the check availability result.

executeWithResponse

public abstract Response<CheckNameAvailabilityResponseInner> executeWithResponse(CheckNameAvailabilityRequest nameAvailabilityRequest, Context context)

Check the availability of name for resource.

Parameters:

nameAvailabilityRequest - The required parameters for checking if resource name is available.
context - The context to associate with this operation.

Returns:

the check availability result along with Response<T>.

Applies to