Operations interface

Interface representing a Operations.

Methods

checkNameAvailability(CheckNameAvailabilityParameters, OperationsCheckNameAvailabilityOptionalParams)

Checks whether the configuration store name is available for use.

list(OperationsListOptionalParams)

Lists the operations available from this provider.

regionalCheckNameAvailability(string, CheckNameAvailabilityParameters, OperationsRegionalCheckNameAvailabilityOptionalParams)

Checks whether the configuration store name is available for use.

Method Details

checkNameAvailability(CheckNameAvailabilityParameters, OperationsCheckNameAvailabilityOptionalParams)

Checks whether the configuration store name is available for use.

function checkNameAvailability(checkNameAvailabilityParameters: CheckNameAvailabilityParameters, options?: OperationsCheckNameAvailabilityOptionalParams): Promise<NameAvailabilityStatus>

Parameters

checkNameAvailabilityParameters
CheckNameAvailabilityParameters

The object containing information for the availability request.

options
OperationsCheckNameAvailabilityOptionalParams

The options parameters.

Returns

list(OperationsListOptionalParams)

Lists the operations available from this provider.

function list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDefinition, OperationDefinition[], PageSettings>

Parameters

options
OperationsListOptionalParams

The options parameters.

Returns

regionalCheckNameAvailability(string, CheckNameAvailabilityParameters, OperationsRegionalCheckNameAvailabilityOptionalParams)

Checks whether the configuration store name is available for use.

function regionalCheckNameAvailability(location: string, checkNameAvailabilityParameters: CheckNameAvailabilityParameters, options?: OperationsRegionalCheckNameAvailabilityOptionalParams): Promise<NameAvailabilityStatus>

Parameters

location

string

The location in which uniqueness will be verified.

checkNameAvailabilityParameters
CheckNameAvailabilityParameters

The object containing information for the availability request.

Returns