ConfigurationStoresOperations interface

Interface representing a ConfigurationStores operations.

Properties

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginPurgeDeleted
beginPurgeDeletedAndWait
beginUpdate
beginUpdateAndWait
create

Creates a configuration store with the specified parameters.

delete

Deletes a configuration store.

get

Gets the properties of the specified configuration store.

getDeleted

Gets a deleted Azure app configuration store.

list

Lists the configuration stores for a given subscription.

listByResourceGroup

Lists the configuration stores for a given resource group.

listDeleted

Gets information about the deleted configuration stores in a subscription.

listKeys

Lists the access key for the specified configuration store.

purgeDeleted

Permanently deletes the specified configuration store.

regenerateKey

Regenerates an access key for the specified configuration store.

update

Updates a configuration store with the specified parameters.

Property Details

beginCreate

Warning

This API is now deprecated.

use create instead

beginCreate: (resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>

Property Value

(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>

beginCreateAndWait

Warning

This API is now deprecated.

use create instead

beginCreateAndWait: (resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams) => Promise<ConfigurationStore>

Property Value

(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams) => Promise<ConfigurationStore>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams) => Promise<void>

beginPurgeDeleted

Warning

This API is now deprecated.

use purgeDeleted instead

beginPurgeDeleted: (location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginPurgeDeletedAndWait

Warning

This API is now deprecated.

use purgeDeleted instead

beginPurgeDeletedAndWait: (location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams) => Promise<void>

Property Value

(location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>

Property Value

(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ConfigurationStore>, ConfigurationStore>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams) => Promise<ConfigurationStore>

Property Value

(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams) => Promise<ConfigurationStore>

create

Creates a configuration store with the specified parameters.

create: (resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams) => PollerLike<OperationState<ConfigurationStore>, ConfigurationStore>

Property Value

(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams) => PollerLike<OperationState<ConfigurationStore>, ConfigurationStore>

delete

Deletes a configuration store.

delete: (resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets the properties of the specified configuration store.

get: (resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresGetOptionalParams) => Promise<ConfigurationStore>

Property Value

(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresGetOptionalParams) => Promise<ConfigurationStore>

getDeleted

Gets a deleted Azure app configuration store.

getDeleted: (location: string, configStoreName: string, options?: ConfigurationStoresGetDeletedOptionalParams) => Promise<DeletedConfigurationStore>

Property Value

(location: string, configStoreName: string, options?: ConfigurationStoresGetDeletedOptionalParams) => Promise<DeletedConfigurationStore>

list

Lists the configuration stores for a given subscription.

list: (options?: ConfigurationStoresListOptionalParams) => PagedAsyncIterableIterator<ConfigurationStore, ConfigurationStore[], PageSettings>

Property Value

(options?: ConfigurationStoresListOptionalParams) => PagedAsyncIterableIterator<ConfigurationStore, ConfigurationStore[], PageSettings>

listByResourceGroup

Lists the configuration stores for a given resource group.

listByResourceGroup: (resourceGroupName: string, options?: ConfigurationStoresListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ConfigurationStore, ConfigurationStore[], PageSettings>

Property Value

(resourceGroupName: string, options?: ConfigurationStoresListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ConfigurationStore, ConfigurationStore[], PageSettings>

listDeleted

Gets information about the deleted configuration stores in a subscription.

listDeleted: (options?: ConfigurationStoresListDeletedOptionalParams) => PagedAsyncIterableIterator<DeletedConfigurationStore, DeletedConfigurationStore[], PageSettings>

Property Value

(options?: ConfigurationStoresListDeletedOptionalParams) => PagedAsyncIterableIterator<DeletedConfigurationStore, DeletedConfigurationStore[], PageSettings>

listKeys

Lists the access key for the specified configuration store.

listKeys: (resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresListKeysOptionalParams) => PagedAsyncIterableIterator<ApiKey, ApiKey[], PageSettings>

Property Value

(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresListKeysOptionalParams) => PagedAsyncIterableIterator<ApiKey, ApiKey[], PageSettings>

purgeDeleted

Permanently deletes the specified configuration store.

purgeDeleted: (location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams) => PollerLike<OperationState<void>, void>

regenerateKey

Regenerates an access key for the specified configuration store.

regenerateKey: (resourceGroupName: string, configStoreName: string, regenerateKeyParameters: RegenerateKeyParameters, options?: ConfigurationStoresRegenerateKeyOptionalParams) => Promise<ApiKey>

Property Value

(resourceGroupName: string, configStoreName: string, regenerateKeyParameters: RegenerateKeyParameters, options?: ConfigurationStoresRegenerateKeyOptionalParams) => Promise<ApiKey>

update

Updates a configuration store with the specified parameters.

update: (resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams) => PollerLike<OperationState<ConfigurationStore>, ConfigurationStore>

Property Value

(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams) => PollerLike<OperationState<ConfigurationStore>, ConfigurationStore>