SyncGroups Interface
public interface SyncGroups
Resource collection API of SyncGroups.
Method Summary
Method Details
define
public abstract SyncGroup.DefinitionStages.Blank define(String name)
Begins definition for a new SyncGroup resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String storageSyncServiceName, String syncGroupName)
Delete a given SyncGroup.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete a given SyncGroup.
Parameters:
deleteByIdWithResponse
public abstract SyncGroupsDeleteResponse deleteByIdWithResponse(String id, Context context)
Delete a given SyncGroup.
Parameters:
Returns:
deleteWithResponse
public abstract SyncGroupsDeleteResponse deleteWithResponse(String resourceGroupName, String storageSyncServiceName, String syncGroupName, Context context)
Delete a given SyncGroup.
Parameters:
Returns:
get
public abstract SyncGroup get(String resourceGroupName, String storageSyncServiceName, String syncGroupName)
Get a given SyncGroup.
Parameters:
Returns:
getById
public abstract SyncGroup getById(String id)
Get a given SyncGroup.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<SyncGroup> getByIdWithResponse(String id, Context context)
Get a given SyncGroup.
Parameters:
Returns:
getWithResponse
public abstract Response<SyncGroup> getWithResponse(String resourceGroupName, String storageSyncServiceName, String syncGroupName, Context context)
Get a given SyncGroup.
Parameters:
Returns:
listByStorageSyncService
public abstract PagedIterable<SyncGroup> listByStorageSyncService(String resourceGroupName, String storageSyncServiceName)
Get a SyncGroup List.
Parameters:
Returns:
listByStorageSyncService
public abstract PagedIterable<SyncGroup> listByStorageSyncService(String resourceGroupName, String storageSyncServiceName, Context context)
Get a SyncGroup List.
Parameters:
Returns: