Locations interface
Interface representing a Locations.
Methods
check |
Check the availability of the resource name. |
Method Details
checkNameAvailability(string, NameAvailabilityParameters, LocationsCheckNameAvailabilityOptionalParams)
Check the availability of the resource name.
function checkNameAvailability(location: string, nameAvailabilityParameters: NameAvailabilityParameters, options?: LocationsCheckNameAvailabilityOptionalParams): Promise<NameAvailabilityResult>
Parameters
- location
-
string
The name of the Azure region.
- nameAvailabilityParameters
- NameAvailabilityParameters
The name and type of the resource.
The options parameters.
Returns
Promise<NameAvailabilityResult>
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 JavaScript