NameAvailability interface
Interface representing a NameAvailability.
Methods
check |
Check whether the resource name is available in the given region. |
Method Details
checkLocal(string, CheckNameAvailabilityRequest, NameAvailabilityCheckLocalOptionalParams)
Check whether the resource name is available in the given region.
function checkLocal(location: string, body: CheckNameAvailabilityRequest, options?: NameAvailabilityCheckLocalOptionalParams): Promise<CheckNameAvailabilityResponse>
Parameters
- location
-
string
The location in which uniqueness will be verified.
The check availability request body.
The options parameters.
Returns
Promise<CheckNameAvailabilityResponse>