SyncGroupsOperations interface
SyncGroups 작업을 나타내는 인터페이스입니다.
속성
| create | 새로운 SyncGroup을 만드세요. |
| delete | 특정 SyncGroup을 삭제하세요. |
| get | 특정 SyncGroup을 선택하세요. |
| list |
SyncGroup 리스트를 만드세요. |
속성 세부 정보
create
새로운 SyncGroup을 만드세요.
create: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: SyncGroupsCreateOptionalParams) => Promise<SyncGroup>
속성 값
(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: SyncGroupsCreateOptionalParams) => Promise<SyncGroup>
delete
특정 SyncGroup을 삭제하세요.
delete: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsDeleteOptionalParams) => Promise<void>
속성 값
(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsDeleteOptionalParams) => Promise<void>
get
특정 SyncGroup을 선택하세요.
get: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsGetOptionalParams) => Promise<SyncGroup>
속성 값
(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsGetOptionalParams) => Promise<SyncGroup>
listByStorageSyncService
SyncGroup 리스트를 만드세요.
listByStorageSyncService: (resourceGroupName: string, storageSyncServiceName: string, options?: SyncGroupsListByStorageSyncServiceOptionalParams) => PagedAsyncIterableIterator<SyncGroup, SyncGroup[], PageSettings>
속성 값
(resourceGroupName: string, storageSyncServiceName: string, options?: SyncGroupsListByStorageSyncServiceOptionalParams) => PagedAsyncIterableIterator<SyncGroup, SyncGroup[], PageSettings>