AppConfiguration Class

Definition

Low-level API implementation for the AppConfiguration service.

public class AppConfiguration
type AppConfiguration = class
Public Class AppConfiguration
Inheritance
AppConfiguration

Constructors

Name Description
AppConfiguration()

Methods

Name Description
ConfigurationStoresCreate(String, String, String, IConfigurationStore, Func<HttpResponseMessage,Task<IConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update a configuration store with the specified parameters.

ConfigurationStoresCreate(String, String, String, IConfigurationStore, Func<HttpResponseMessage,Task<IConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates a configuration store with the specified parameters.

ConfigurationStoresCreateViaIdentity(String, IConfigurationStore, Func<HttpResponseMessage,Task<IConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update a configuration store with the specified parameters.

ConfigurationStoresCreateViaIdentity(String, IConfigurationStore, Func<HttpResponseMessage,Task<IConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates a configuration store with the specified parameters.

ConfigurationStoresCreateViaIdentityWithResult(String, IConfigurationStore, IEventListener, ISendAsync, SerializationMode)
ConfigurationStoresCreateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IConfigurationStore>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update a configuration store with the specified parameters.

ConfigurationStoresCreateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
ConfigurationStoresCreateWithResult(String, String, String, IConfigurationStore, IEventListener, ISendAsync, SerializationMode)
ConfigurationStoresDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a configuration store.

ConfigurationStoresDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a configuration store.

ConfigurationStoresDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a configuration store.

ConfigurationStoresDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a configuration store.

ConfigurationStoresGet(String, String, String, Func<HttpResponseMessage, Task<IConfigurationStore>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get or list app configuration stores.

ConfigurationStoresGet(String, String, String, Func<HttpResponseMessage, Task<IConfigurationStore>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get or list app configuration stores.

ConfigurationStoresGetDeleted(String, String, String, Func<HttpResponseMessage, Task<IDeletedConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a deleted Azure app configuration store.

ConfigurationStoresGetDeleted(String, String, String, Func<HttpResponseMessage, Task<IDeletedConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a deleted Azure app configuration store.

ConfigurationStoresGetDeletedViaIdentity(String, Func<HttpResponseMessage, Task<IDeletedConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a deleted Azure app configuration store.

ConfigurationStoresGetDeletedViaIdentity(String, Func<HttpResponseMessage, Task<IDeletedConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a deleted Azure app configuration store.

ConfigurationStoresGetDeletedViaIdentityWithResult(String, IEventListener, ISendAsync)
ConfigurationStoresGetDeletedWithResult(String, String, String, IEventListener, ISendAsync)
ConfigurationStoresGetViaIdentity(String, Func<HttpResponseMessage, Task<IConfigurationStore>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get or list app configuration stores.

ConfigurationStoresGetViaIdentity(String, Func<HttpResponseMessage, Task<IConfigurationStore>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get or list app configuration stores.

ConfigurationStoresGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ConfigurationStoresGetWithResult(String, String, String, IEventListener, ISendAsync)
ConfigurationStoresList(String, Func<HttpResponseMessage,Task<IConfigurationStoreListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the configuration stores for a given subscription.

ConfigurationStoresList(String, Func<HttpResponseMessage,Task<IConfigurationStoreListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the configuration stores for a given subscription.

ConfigurationStoresListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IConfigurationStoreListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the configuration stores for a given resource group.

ConfigurationStoresListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IConfigurationStoreListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the configuration stores for a given resource group.

ConfigurationStoresListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IConfigurationStoreListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the configuration stores for a given resource group.

ConfigurationStoresListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IConfigurationStoreListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the configuration stores for a given resource group.

ConfigurationStoresListByResourceGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
ConfigurationStoresListByResourceGroupWithResult(String, String, IEventListener, ISendAsync)
ConfigurationStoresListDeleted(String, Func<HttpResponseMessage, Task<IDeletedConfigurationStoreListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the deleted configuration stores in a subscription.

ConfigurationStoresListDeleted(String, Func<HttpResponseMessage, Task<IDeletedConfigurationStoreListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the deleted configuration stores in a subscription.

ConfigurationStoresListDeletedViaIdentity(String, Func<HttpResponseMessage, Task<IDeletedConfigurationStoreListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the deleted configuration stores in a subscription.

ConfigurationStoresListDeletedViaIdentity(String, Func<HttpResponseMessage, Task<IDeletedConfigurationStoreListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the deleted configuration stores in a subscription.

ConfigurationStoresListDeletedViaIdentityWithResult(String, IEventListener, ISendAsync)
ConfigurationStoresListDeletedWithResult(String, IEventListener, ISendAsync)
ConfigurationStoresListKeys(String, String, String, Func<HttpResponseMessage, Task<IApiKeyListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists the access key for the specified configuration store.

ConfigurationStoresListKeys(String, String, String, Func<HttpResponseMessage, Task<IApiKeyListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists the access key for the specified configuration store.

ConfigurationStoresListKeysViaIdentity(String, Func<HttpResponseMessage, Task<IApiKeyListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists the access key for the specified configuration store.

ConfigurationStoresListKeysViaIdentity(String, Func<HttpResponseMessage, Task<IApiKeyListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists the access key for the specified configuration store.

ConfigurationStoresListKeysViaIdentityWithResult(String, IEventListener, ISendAsync)
ConfigurationStoresListKeysWithResult(String, String, String, IEventListener, ISendAsync)
ConfigurationStoresListViaIdentity(String, Func<HttpResponseMessage, Task<IConfigurationStoreListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the configuration stores for a given subscription.

ConfigurationStoresListViaIdentity(String, Func<HttpResponseMessage, Task<IConfigurationStoreListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the configuration stores for a given subscription.

ConfigurationStoresListViaIdentityWithResult(String, IEventListener, ISendAsync)
ConfigurationStoresListWithResult(String, IEventListener, ISendAsync)
ConfigurationStoresPurgeDeleted(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Permanently deletes the specified configuration store.

ConfigurationStoresPurgeDeleted(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Permanently deletes the specified configuration store.

ConfigurationStoresPurgeDeletedViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Permanently deletes the specified configuration store.

ConfigurationStoresPurgeDeletedViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Permanently deletes the specified configuration store.

ConfigurationStoresRegenerateKey(String, String, String, IRegenerateKeyParameters, Func<HttpResponseMessage,Task<IApiKey>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Regenerates an access key for the specified configuration store.

ConfigurationStoresRegenerateKey(String, String, String, IRegenerateKeyParameters, Func<HttpResponseMessage,Task<IApiKey>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Regenerates an access key for the specified configuration store.

ConfigurationStoresRegenerateKeyViaIdentity(String, IRegenerateKeyParameters, Func<HttpResponseMessage,Task<IApiKey>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Regenerates an access key for the specified configuration store.

ConfigurationStoresRegenerateKeyViaIdentity(String, IRegenerateKeyParameters, Func<HttpResponseMessage,Task<IApiKey>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Regenerates an access key for the specified configuration store.

ConfigurationStoresRegenerateKeyViaIdentityWithResult(String, IRegenerateKeyParameters, IEventListener, ISendAsync, SerializationMode)
ConfigurationStoresRegenerateKeyViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IApiKey>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Regenerates an access key for the specified configuration store.

ConfigurationStoresRegenerateKeyViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
ConfigurationStoresRegenerateKeyWithResult(String, String, String, IRegenerateKeyParameters, IEventListener, ISendAsync, SerializationMode)
ConfigurationStoresUpdate(String, String, String, IConfigurationStoreUpdateParameters, Func<HttpResponseMessage,Task<IConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Updates a configuration store with the specified parameters.

ConfigurationStoresUpdate(String, String, String, IConfigurationStoreUpdateParameters, Func<HttpResponseMessage,Task<IConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates a configuration store with the specified parameters.

ConfigurationStoresUpdateViaIdentity(String, IConfigurationStoreUpdateParameters, Func<HttpResponseMessage,Task<IConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Updates a configuration store with the specified parameters.

ConfigurationStoresUpdateViaIdentity(String, IConfigurationStoreUpdateParameters, Func<HttpResponseMessage,Task<IConfigurationStore>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates a configuration store with the specified parameters.

ConfigurationStoresUpdateViaIdentityWithResult(String, IConfigurationStoreUpdateParameters, IEventListener, ISendAsync, SerializationMode)
ConfigurationStoresUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IConfigurationStore>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates a configuration store with the specified parameters.

ConfigurationStoresUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
ConfigurationStoresUpdateWithResult(String, String, String, IConfigurationStoreUpdateParameters, IEventListener, ISendAsync, SerializationMode)
KeyValuesCreateOrUpdate(String, String, String, String, IKeyValue, Func<HttpResponseMessage,Task<IKeyValue>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.

KeyValuesCreateOrUpdate(String, String, String, String, IKeyValue, Func<HttpResponseMessage,Task<IKeyValue>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates a key-value.

KeyValuesCreateOrUpdateViaIdentity(String, IKeyValue, Func<HttpResponseMessage, Task<IKeyValue>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.

KeyValuesCreateOrUpdateViaIdentity(String, IKeyValue, Func<HttpResponseMessage, Task<IKeyValue>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates a key-value.

KeyValuesCreateOrUpdateViaIdentityWithResult(String, IKeyValue, IEventListener, ISendAsync, SerializationMode)
KeyValuesCreateOrUpdateViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<IKeyValue>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.

KeyValuesCreateOrUpdateViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
KeyValuesCreateOrUpdateWithResult(String, String, String, String, IKeyValue, IEventListener, ISendAsync, SerializationMode)
KeyValuesDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a key-value.

KeyValuesDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.

KeyValuesDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes a key-value.

KeyValuesDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.

KeyValuesGet(String, String, String, String, Func<HttpResponseMessage, Task<IKeyValue>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the properties of the specified key-value.

KeyValuesGet(String, String, String, String, Func<HttpResponseMessage, Task<IKeyValue>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.

KeyValuesGetViaIdentity(String, Func<HttpResponseMessage,Task<IKeyValue>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.

KeyValuesGetViaIdentity(String, Func<HttpResponseMessage,Task<IKeyValue>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the properties of the specified key-value.

KeyValuesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
KeyValuesGetWithResult(String, String, String, String, IEventListener, ISendAsync)
KeyValuesListByConfigurationStore(String, String, String, Func<HttpResponseMessage, Task<IKeyValueListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists the key-values for a given configuration store.

KeyValuesListByConfigurationStoreViaIdentity(String, Func<HttpResponseMessage, Task<IKeyValueListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists the key-values for a given configuration store.

OperationsCheckNameAvailability(String, ICheckNameAvailabilityParameters, Func<HttpResponseMessage,Task<INameAvailabilityStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Checks whether the configuration store name is available for use.

OperationsCheckNameAvailability(String, ICheckNameAvailabilityParameters, Func<HttpResponseMessage,Task<INameAvailabilityStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Checks whether the configuration store name is available for use.

OperationsCheckNameAvailabilityViaIdentity(String, ICheckNameAvailabilityParameters, Func<HttpResponseMessage,Task<INameAvailabilityStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Checks whether the configuration store name is available for use.

OperationsCheckNameAvailabilityViaIdentity(String, ICheckNameAvailabilityParameters, Func<HttpResponseMessage,Task<INameAvailabilityStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Checks whether the configuration store name is available for use.

OperationsCheckNameAvailabilityViaIdentityWithResult(String, ICheckNameAvailabilityParameters, IEventListener, ISendAsync, SerializationMode)
OperationsCheckNameAvailabilityViaJsonString(String, String, Func<HttpResponseMessage, Task<INameAvailabilityStatus>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Checks whether the configuration store name is available for use.

OperationsCheckNameAvailabilityViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
OperationsCheckNameAvailabilityWithResult(String, ICheckNameAvailabilityParameters, IEventListener, ISendAsync, SerializationMode)
OperationsList(Func<HttpResponseMessage,Task<IOperationDefinitionListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the operations available from this provider.

OperationsList(Func<HttpResponseMessage,Task<IOperationDefinitionListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the operations available from this provider.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationDefinitionListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the operations available from this provider.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationDefinitionListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the operations available from this provider.

OperationsListViaIdentityWithResult(String, IEventListener, ISendAsync)
OperationsListWithResult(IEventListener, ISendAsync)
OperationsRegionalCheckNameAvailability(String, String, ICheckNameAvailabilityParameters, Func<HttpResponseMessage,Task<INameAvailabilityStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Checks whether the configuration store name is available for use.

OperationsRegionalCheckNameAvailability(String, String, ICheckNameAvailabilityParameters, Func<HttpResponseMessage,Task<INameAvailabilityStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Checks whether the configuration store name is available for use.

OperationsRegionalCheckNameAvailabilityViaIdentity(String, ICheckNameAvailabilityParameters, Func<HttpResponseMessage,Task<INameAvailabilityStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Checks whether the configuration store name is available for use.

OperationsRegionalCheckNameAvailabilityViaIdentity(String, ICheckNameAvailabilityParameters, Func<HttpResponseMessage,Task<INameAvailabilityStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Checks whether the configuration store name is available for use.

OperationsRegionalCheckNameAvailabilityViaIdentityWithResult(String, ICheckNameAvailabilityParameters, IEventListener, ISendAsync, SerializationMode)
OperationsRegionalCheckNameAvailabilityViaJsonString(String, String, String, Func<HttpResponseMessage,Task<INameAvailabilityStatus>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Checks whether the configuration store name is available for use.

OperationsRegionalCheckNameAvailabilityViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
OperationsRegionalCheckNameAvailabilityWithResult(String, String, ICheckNameAvailabilityParameters, IEventListener, ISendAsync, SerializationMode)
PrivateEndpointConnectionsCreateOrUpdate(String, String, String, String, IPrivateEndpointConnection, Func<HttpResponseMessage, Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update the state of the specified private endpoint connection associated with the configuration store. This operation cannot be used to update a private endpoint connection. Private endpoint connections must be created with the Network resource provider.

PrivateEndpointConnectionsCreateOrUpdate(String, String, String, String, IPrivateEndpointConnection, Func<HttpResponseMessage, Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Update the state of the specified private endpoint connection associated with the configuration store.

PrivateEndpointConnectionsCreateOrUpdateViaIdentity(String, IPrivateEndpointConnection, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update the state of the specified private endpoint connection associated with the configuration store. This operation cannot be used to update a private endpoint connection. Private endpoint connections must be created with the Network resource provider.

PrivateEndpointConnectionsCreateOrUpdateViaIdentity(String, IPrivateEndpointConnection, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Update the state of the specified private endpoint connection associated with the configuration store.

PrivateEndpointConnectionsCreateOrUpdateViaIdentityWithResult(String, IPrivateEndpointConnection, IEventListener, ISendAsync, SerializationMode)
PrivateEndpointConnectionsCreateOrUpdateViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update the state of the specified private endpoint connection associated with the configuration store. This operation cannot be used to update a private endpoint connection. Private endpoint connections must be created with the Network resource provider.

PrivateEndpointConnectionsCreateOrUpdateViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
PrivateEndpointConnectionsCreateOrUpdateWithResult(String, String, String, String, IPrivateEndpointConnection, IEventListener, ISendAsync, SerializationMode)
PrivateEndpointConnectionsDelete(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a private endpoint connection.

PrivateEndpointConnectionsDelete(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a private endpoint connection.

PrivateEndpointConnectionsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a private endpoint connection.

PrivateEndpointConnectionsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a private endpoint connection.

PrivateEndpointConnectionsGet(String, String, String, String, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified private endpoint connection associated with the configuration store.

PrivateEndpointConnectionsGet(String, String, String, String, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified private endpoint connection associated with the configuration store.

PrivateEndpointConnectionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified private endpoint connection associated with the configuration store.

PrivateEndpointConnectionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified private endpoint connection associated with the configuration store.

PrivateEndpointConnectionsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
PrivateEndpointConnectionsGetWithResult(String, String, String, String, IEventListener, ISendAsync)
PrivateEndpointConnectionsListByConfigurationStore(String, String, String, Func<HttpResponseMessage,Task<IPrivateEndpointConnectionListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all private endpoint connections for a configuration store.

PrivateEndpointConnectionsListByConfigurationStore(String, String, String, Func<HttpResponseMessage,Task<IPrivateEndpointConnectionListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all private endpoint connections for a configuration store.

PrivateEndpointConnectionsListByConfigurationStoreViaIdentity(String, Func<HttpResponseMessage,Task<IPrivateEndpointConnectionListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all private endpoint connections for a configuration store.

PrivateEndpointConnectionsListByConfigurationStoreViaIdentity(String, Func<HttpResponseMessage,Task<IPrivateEndpointConnectionListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all private endpoint connections for a configuration store.

PrivateEndpointConnectionsListByConfigurationStoreViaIdentityWithResult(String, IEventListener, ISendAsync)
PrivateEndpointConnectionsListByConfigurationStoreWithResult(String, String, String, IEventListener, ISendAsync)
PrivateLinkResourcesGet(String, String, String, String, Func<HttpResponseMessage, Task<IPrivateLinkResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets a private link resource that need to be created for a configuration store.

PrivateLinkResourcesGet(String, String, String, String, Func<HttpResponseMessage, Task<IPrivateLinkResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets a private link resource that need to be created for a configuration store.

PrivateLinkResourcesGetViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateLinkResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets a private link resource that need to be created for a configuration store.

PrivateLinkResourcesGetViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateLinkResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets a private link resource that need to be created for a configuration store.

PrivateLinkResourcesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
PrivateLinkResourcesGetWithResult(String, String, String, String, IEventListener, ISendAsync)
PrivateLinkResourcesListByConfigurationStore(String, String, String, Func<HttpResponseMessage,Task<IPrivateLinkResourceListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the private link resources that need to be created for a configuration store.

PrivateLinkResourcesListByConfigurationStore(String, String, String, Func<HttpResponseMessage,Task<IPrivateLinkResourceListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the private link resources that need to be created for a configuration store.

PrivateLinkResourcesListByConfigurationStoreViaIdentity(String, Func<HttpResponseMessage,Task<IPrivateLinkResourceListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the private link resources that need to be created for a configuration store.

PrivateLinkResourcesListByConfigurationStoreViaIdentity(String, Func<HttpResponseMessage,Task<IPrivateLinkResourceListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the private link resources that need to be created for a configuration store.

PrivateLinkResourcesListByConfigurationStoreViaIdentityWithResult(String, IEventListener, ISendAsync)
PrivateLinkResourcesListByConfigurationStoreWithResult(String, String, String, IEventListener, ISendAsync)
ReplicasCreate(String, String, String, String, IReplica, Func<HttpResponseMessage, Task<IReplica>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a replica with the specified parameters.

ReplicasCreateViaIdentity(String, IReplica, Func<HttpResponseMessage, Task<IReplica>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a replica with the specified parameters.

ReplicasCreateViaIdentityWithResult(String, IReplica, IEventListener, ISendAsync, SerializationMode)
ReplicasCreateViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<IReplica>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update a replica with the specified parameters.

ReplicasCreateViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
ReplicasCreateWithResult(String, String, String, String, IReplica, IEventListener, ISendAsync, SerializationMode)
ReplicasDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a replica.

ReplicasDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes a replica.

ReplicasGet(String, String, String, String, Func<HttpResponseMessage, Task<IReplica>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the properties of the specified replica.

ReplicasGetViaIdentity(String, Func<HttpResponseMessage,Task<IReplica>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the properties of the specified replica.

ReplicasGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ReplicasGetWithResult(String, String, String, String, IEventListener, ISendAsync)
ReplicasListByConfigurationStore(String, String, String, Func<HttpResponseMessage, Task<IReplicaListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists the replicas for a given configuration store.

ReplicasListByConfigurationStoreViaIdentity(String, Func<HttpResponseMessage, Task<IReplicaListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists the replicas for a given configuration store.

ReplicasListByConfigurationStoreViaIdentityWithResult(String, IEventListener, ISendAsync)
ReplicasListByConfigurationStoreWithResult(String, String, String, IEventListener, ISendAsync)
SnapshotsCreate(String, String, String, String, ISnapshot, Func<HttpResponseMessage, Task<ISnapshot>,Task>, Func<HttpResponseMessage,Task<IErrorResponseAutoGenerated>, Task>, IEventListener, ISendAsync, SerializationMode)

update a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

SnapshotsCreateViaIdentity(String, ISnapshot, Func<HttpResponseMessage, Task<ISnapshot>,Task>, Func<HttpResponseMessage,Task<IErrorResponseAutoGenerated>, Task>, IEventListener, ISendAsync, SerializationMode)

update a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

SnapshotsCreateViaIdentityWithResult(String, ISnapshot, IEventListener, ISendAsync, SerializationMode)
SnapshotsCreateViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<ISnapshot>,Task>, Func<HttpResponseMessage, Task<IErrorResponseAutoGenerated>,Task>, IEventListener, ISendAsync)

update a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

SnapshotsCreateViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
SnapshotsCreateWithResult(String, String, String, String, ISnapshot, IEventListener, ISendAsync, SerializationMode)
SnapshotsGet(String, String, String, String, Func<HttpResponseMessage, Task<ISnapshot>,Task>, Func<HttpResponseMessage,Task<IErrorResponseAutoGenerated>, Task>, IEventListener, ISendAsync)

Gets the properties of the specified snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

SnapshotsGetViaIdentity(String, Func<HttpResponseMessage,Task<ISnapshot>, Task>, Func<HttpResponseMessage,Task<IErrorResponseAutoGenerated>, Task>, IEventListener, ISendAsync)

Gets the properties of the specified snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

SnapshotsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
SnapshotsGetWithResult(String, String, String, String, IEventListener, ISendAsync)

Applies to