SetGroupModifyConfig method of the MSFT_WvrAdminTasks class
Modifies settings on an existing replication group.
Syntax
uint32 SetGroupModifyConfig(
[in] string ComputerName,
[in] string Name,
[in] string Description,
[in] uint64 LogSizeInBytes,
[in] uint32 ReplicationMode,
[in] boolean Encryption,
[in] boolean AllowVolumeResize
);
Parameters
-
ComputerName [in]
-
The FQDN or NetBIOS name of the computer.
-
Name [in]
-
The name of the replication group.
-
Description [in]
-
The description of the replication group.
-
LogSizeInBytes [in]
-
Size of log in Bytes.
-
ReplicationMode [in]
-
Whether the replication is performed synchronously or asynchronously.
The possible values are.
-
Sync (1)
-
Async (2)
Encryption [in]
Whether this replication group uses an encrypted channel for communication.
true if this replication group uses an encrypted channel for communication; otherwise, false.
AllowVolumeResize [in]
true if the replicas in this replication group are allowed to be resized; otherwise, false.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2016 |
Namespace |
Root\Microsoft\Windows\StorageReplica |
MOF |
|
DLL |
|