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