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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET