WvrModifyReplicationGroup method of the MSFT_WvrAdminTasks class
Modifies the settings in a replication group.
Syntax
uint32 WvrModifyReplicationGroup(
[in] string ReplicationGroupName,
[in] string Description,
[in] uint32 ReplicationMode,
[in] uint64 MaxLogSizeInByte,
[in] boolean EnableWriteConsistency,
[in] boolean IsSeeded,
[in] boolean Encryption,
[in] boolean AllowVolumeResize,
[in] uint32 AsyncRPO,
[in] string CertificateThumbprint
);
Parameters
-
ReplicationGroupName [in]
-
The name of the replication group
-
Description [in]
-
A description of the replication group.
-
ReplicationMode [in]
-
Whether the replication is performed synchronously or asynchronously.
The possible values are.
-
Sync (1)
-
Async (2)
MaxLogSizeInByte [in]
The maximum size of the log file in bytes.
EnableWriteConsistency [in]
Set true to enable write consistency.
IsSeeded [in]
TBD
Encryption [in]
true to use encryption; otherwise, false.
AllowVolumeResize [in]
TBD
AsyncRPO [in]
TBD
CertificateThumbprint [in]
TBD
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2016 |
Namespace |
Root\Microsoft\Windows\StorageReplica |
MOF |
|
DLL |
|