ISyncGroupsOperations 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.
SyncGroupsOperations operations.
public interface ISyncGroupsOperations
type ISyncGroupsOperations = interface
Public Interface ISyncGroupsOperations
Methods
Extension Methods
Create(ISyncGroupsOperations, String, String, String, Object) |
Create a new SyncGroup. |
CreateAsync(ISyncGroupsOperations, String, String, String, Object, CancellationToken) |
Create a new SyncGroup. |
Delete(ISyncGroupsOperations, String, String, String) |
Delete a given SyncGroup. |
DeleteAsync(ISyncGroupsOperations, String, String, String, CancellationToken) |
Delete a given SyncGroup. |
Get(ISyncGroupsOperations, String, String, String) |
Get a given SyncGroup. |
GetAsync(ISyncGroupsOperations, String, String, String, CancellationToken) |
Get a given SyncGroup. |
ListByStorageSyncService(ISyncGroupsOperations, String, String) |
Get a SyncGroup List. |
ListByStorageSyncServiceAsync(ISyncGroupsOperations, String, String, CancellationToken) |
Get a SyncGroup List. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.