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
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