ResourceProviders Interface
public interface ResourceProviders
Resource collection API of ResourceProviders.
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 CheckNameAvailabilityResponse 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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java