你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceProvidersClient Interface

public interface ResourceProvidersClient

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

Method Summary

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

To check whether a resource name is available.

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

To check whether a resource name is available.

Method Details

checkNameAvailability

public abstract CheckNameAvailabilityResponseInner checkNameAvailability(CheckNameAvailabilityRequest nameAvailabilityRequest)

To check whether a resource name is available.

Parameters:

nameAvailabilityRequest - Name availability request payload.

Returns:

the check availability result.

checkNameAvailabilityWithResponse

public abstract Response checkNameAvailabilityWithResponse(CheckNameAvailabilityRequest nameAvailabilityRequest, Context context)

To check whether a resource name is available.

Parameters:

nameAvailabilityRequest - Name availability request payload.
context - The context to associate with this operation.

Returns:

the check availability result along with Response<T>.

Applies to