SyncGroupsClient Interface
public interface SyncGroupsClient
An instance of this class provides access to all the operations defined in SyncGroupsClient.
Method Summary
Method Details
create
public abstract SyncGroupInner create(String resourceGroupName, String storageSyncServiceName, String syncGroupName, SyncGroupCreateParameters parameters)
Create a new SyncGroup.
Parameters:
Returns:
createWithResponse
public abstract SyncGroupsCreateResponse createWithResponse(String resourceGroupName, String storageSyncServiceName, String syncGroupName, SyncGroupCreateParameters parameters, Context context)
Create a new SyncGroup.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String storageSyncServiceName, String syncGroupName)
Delete a given SyncGroup.
Parameters:
deleteWithResponse
public abstract SyncGroupsDeleteResponse deleteWithResponse(String resourceGroupName, String storageSyncServiceName, String syncGroupName, Context context)
Delete a given SyncGroup.
Parameters:
Returns:
get
public abstract SyncGroupInner get(String resourceGroupName, String storageSyncServiceName, String syncGroupName)
Get a given SyncGroup.
Parameters:
Returns:
getWithResponse
public abstract SyncGroupsGetResponse getWithResponse(String resourceGroupName, String storageSyncServiceName, String syncGroupName, Context context)
Get a given SyncGroup.
Parameters:
Returns:
listByStorageSyncService
public abstract PagedIterable<SyncGroupInner> listByStorageSyncService(String resourceGroupName, String storageSyncServiceName)
Get a SyncGroup List.
Parameters:
Returns:
listByStorageSyncService
public abstract PagedIterable<SyncGroupInner> listByStorageSyncService(String resourceGroupName, String storageSyncServiceName, Context context)
Get a SyncGroup List.
Parameters:
Returns: