Share via


CheckScopedNameAvailabilitiesClient Interface

public interface CheckScopedNameAvailabilitiesClient

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

Method Summary

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

Check the availability of name for resource.

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

Check the availability of name for resource.

Method Details

execute

public abstract CheckNameAvailabilityResponseInner execute(CheckScopedNameAvailabilityRequest 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(CheckScopedNameAvailabilityRequest 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