IPrivateStoreCollectionOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PrivateStoreCollectionOperations operations.
public interface IPrivateStoreCollectionOperations
type IPrivateStoreCollectionOperations = interface
Public Interface IPrivateStoreCollectionOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, Collection, Dictionary<String,List<String>>, CancellationToken) |
Create or update private store collection |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete a collection from the given private store. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets private store collection |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets private store collections list |
PostWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete Private store collection. This is a workaround. |
TransferOffersWithHttpMessagesAsync(String, String, TransferOffersProperties, Dictionary<String,List<String>>, CancellationToken) |
transferring offers (copy or move) from source collection to target collection(s) |
Extension Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET