OperationsOperations interface

Interface representing a Operations operations.

Properties

checkNameAvailability

Checks whether the configuration store name is available for use.

list

List the operations for the provider

regionalCheckNameAvailability

Checks whether the configuration store name is available for use.

Property Details

checkNameAvailability

Checks whether the configuration store name is available for use.

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

Property Value

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

list

List the operations for the provider

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

Property Value

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

regionalCheckNameAvailability

Checks whether the configuration store name is available for use.

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

Property Value

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