SyncGroupsOperations interface
Interface representing a SyncGroups operations.
Properties
| create | Create a new SyncGroup. |
| delete | Delete a given SyncGroup. |
| get | Get a given SyncGroup. |
| list |
Get a SyncGroup List. |
Property Details
create
Create a new SyncGroup.
create: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: SyncGroupsCreateOptionalParams) => Promise<SyncGroup>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: SyncGroupsCreateOptionalParams) => Promise<SyncGroup>
delete
Delete a given SyncGroup.
delete: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsDeleteOptionalParams) => Promise<void>
get
Get a given SyncGroup.
get: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsGetOptionalParams) => Promise<SyncGroup>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsGetOptionalParams) => Promise<SyncGroup>
listByStorageSyncService
Get a SyncGroup List.
listByStorageSyncService: (resourceGroupName: string, storageSyncServiceName: string, options?: SyncGroupsListByStorageSyncServiceOptionalParams) => PagedAsyncIterableIterator<SyncGroup, SyncGroup[], PageSettings>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, options?: SyncGroupsListByStorageSyncServiceOptionalParams) => PagedAsyncIterableIterator<SyncGroup, SyncGroup[], PageSettings>