SyncGroupsOperations interface
Schnittstelle, die SyncGroups-Operationen darstellt.
Eigenschaften
| create | Erstelle eine neue SyncGroup. |
| delete | Lösche eine bestimmte SyncGroup. |
| get | Hol dir eine bestimmte SyncGroup. |
| list |
Hol dir eine SyncGroup-Liste. |
Details zur Eigenschaft
create
Erstelle eine neue SyncGroup.
create: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: SyncGroupsCreateOptionalParams) => Promise<SyncGroup>
Eigenschaftswert
(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: SyncGroupsCreateOptionalParams) => Promise<SyncGroup>
delete
Lösche eine bestimmte SyncGroup.
delete: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsDeleteOptionalParams) => Promise<void>
get
Hol dir eine bestimmte SyncGroup.
get: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsGetOptionalParams) => Promise<SyncGroup>
Eigenschaftswert
(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsGetOptionalParams) => Promise<SyncGroup>
listByStorageSyncService
Hol dir eine SyncGroup-Liste.
listByStorageSyncService: (resourceGroupName: string, storageSyncServiceName: string, options?: SyncGroupsListByStorageSyncServiceOptionalParams) => PagedAsyncIterableIterator<SyncGroup, SyncGroup[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, storageSyncServiceName: string, options?: SyncGroupsListByStorageSyncServiceOptionalParams) => PagedAsyncIterableIterator<SyncGroup, SyncGroup[], PageSettings>