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
Check |
checkNameAvailability(CheckNameAvailabilityRequest nameAvailabilityRequest)
To check whether a resource name is available. |
abstract
Response<Check |
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:
Returns:
checkNameAvailabilityWithResponse
public abstract Response
To check whether a resource name is available.
Parameters:
Returns:
Applies to
Azure SDK for Java