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)
|
Creates a configuration store with the specified parameters.
|
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.
|
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.
|
ConfigurationStoresGetDeletedViaIdentity(String, Func<HttpResponseMessage,
Task<IDeletedConfigurationStore>,Task>, Func<HttpResponseMessage,
Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
|
Gets a deleted Azure app configuration store.
|
ConfigurationStoresGetViaIdentity(String, Func<HttpResponseMessage,
Task<IConfigurationStore>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,
Task>, IEventListener, ISendAsync)
|
Get or list app configuration stores.
|
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.
|
ConfigurationStoresListByResourceGroupViaIdentity(String, Func<HttpResponseMessage,
Task<IConfigurationStoreListResult>,Task>, Func<HttpResponseMessage,
Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
|
Lists the configuration stores for a given resource group.
|
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.
|
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.
|
ConfigurationStoresListViaIdentity(String, Func<HttpResponseMessage,
Task<IConfigurationStoreListResult>,Task>, Func<HttpResponseMessage,
Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
|
Lists the configuration stores for a given subscription.
|
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.
|
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)
|
Regenerates an access key for the specified configuration store.
|
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)
|
Updates a configuration store with the specified parameters.
|
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)
|
Creates 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.
|
KeyValuesDeleteViaIdentity(String, Func<HttpResponseMessage,Task>,
Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,
Task>, IEventListener, ISendAsync)
|
Deletes a 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.
|
KeyValuesGetViaIdentity(String, Func<HttpResponseMessage,Task<IKeyValue>,
Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener,
ISendAsync)
|
Gets the properties of the specified key-value.
|
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)
|
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.
|
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.
|
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)
|
Checks whether the configuration store name is available for use.
|
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)
|
Update the state of the specified private endpoint connection associated with the configuration store.
|
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.
|
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.
|
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.
|
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.
|
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.
|