NameAvailability interface

Interface representing a NameAvailability.

Methods

checkLocal(string, CheckNameAvailabilityRequest, NameAvailabilityCheckLocalOptionalParams)

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.

body
CheckNameAvailabilityRequest

The check availability request body.

options
NameAvailabilityCheckLocalOptionalParams

The options parameters.

Returns