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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET