ISyncGroupsOperations Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
SyncGroupsOperations-Vorgänge.
public interface ISyncGroupsOperations
type ISyncGroupsOperations = interface
Public Interface ISyncGroupsOperations
Methoden
CreateWithHttpMessagesAsync(String, String, String, Object, Dictionary<String,List<String>>, CancellationToken) |
Erstellen Sie eine neue SyncGroup. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Löschen Sie eine bestimmte SyncGroup. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Rufen Sie eine bestimmte SyncGroup ab. |
ListByStorageSyncServiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Rufen Sie eine SyncGroup-Liste ab. |
Erweiterungsmethoden
Create(ISyncGroupsOperations, String, String, String, Object) |
Erstellen Sie eine neue SyncGroup. |
CreateAsync(ISyncGroupsOperations, String, String, String, Object, CancellationToken) |
Erstellen Sie eine neue SyncGroup. |
Delete(ISyncGroupsOperations, String, String, String) |
Löschen Sie eine bestimmte SyncGroup. |
DeleteAsync(ISyncGroupsOperations, String, String, String, CancellationToken) |
Löschen Sie eine bestimmte SyncGroup. |
Get(ISyncGroupsOperations, String, String, String) |
Rufen Sie eine bestimmte SyncGroup ab. |
GetAsync(ISyncGroupsOperations, String, String, String, CancellationToken) |
Rufen Sie eine bestimmte SyncGroup ab. |
ListByStorageSyncService(ISyncGroupsOperations, String, String) |
Rufen Sie eine SyncGroup-Liste ab. |
ListByStorageSyncServiceAsync(ISyncGroupsOperations, String, String, CancellationToken) |
Rufen Sie eine SyncGroup-Liste ab. |
Gilt für:
Azure SDK for .NET