共用方式為


New-SCReplicationGroup

建立新的復寫群組。

語法

New-SCReplicationGroup
   [-VMMServer <ServerConnection>]
   -Name <String>
   [-Description <String>]
   [-CreateOnArray]
   -StorageLogicalUnit <System.Collections.Generic.List`1[Microsoft.SystemCenter.VirtualMachineManager.StorageLogicalUnit]>
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]
New-SCReplicationGroup
   [-VMMServer <ServerConnection>]
   -Name <String>
   [-Description <String>]
   [-CreateOnArray]
   [-ProtectionMode <String>]
   -StorageFileShare <System.Collections.Generic.List`1[Microsoft.SystemCenter.VirtualMachineManager.StorageFileShare]>
   [-ReplicationGroupType <ReplicationGroupType>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]
New-SCReplicationGroup
   [-VMMServer <ServerConnection>]
   -Name <String>
   [-Description <String>]
   [-CreateOnArray]
   [-ProtectionMode <String>]
   -StorageVolume <System.Collections.Generic.List`1[Microsoft.SystemCenter.VirtualMachineManager.StorageVolume]>
   [-LogStorageVolume <System.Collections.Generic.List`1[Microsoft.SystemCenter.VirtualMachineManager.StorageVolume]>]
   [-LogSizeInMB <UInt64>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]
New-SCReplicationGroup
   [-VMMServer <ServerConnection>]
   -Name <String>
   [-Description <String>]
   [-CreateOnArray]
   -SourceReplicationGroup <ReplicationGroup>
   [-LogicalUnitCopyMethod <String>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]

Description

New-SCReplicationGroup Cmdlet 會建立新的復寫群組。

參數

-CreateOnArray

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Description

指定複寫群組的描述。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-JobVariable

指定作業進度會追蹤並儲存在此參數所命名的變數中。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-LogicalUnitCopyMethod

類型:String
接受的值:Snapshot, Clone
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-LogSizeInMB

指定記錄大小,以 MB 為單位。

類型:UInt64
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-LogStorageVolume

類型:System.Collections.Generic.List`1[Microsoft.SystemCenter.VirtualMachineManager.StorageVolume]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

指定複寫群組的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ProtectionMode

類型:String
接受的值:Asynchronous, Synchronous
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PROTipID

指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。

類型:Guid
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ReplicationGroupType

類型:ReplicationGroupType
接受的值:None, Lun, Disk, Volume, Share, File
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-RunAsynchronously

表示作業會以異步方式執行,讓控件立即返回命令殼層。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SourceReplicationGroup

類型:ReplicationGroup
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-StorageFileShare

類型:System.Collections.Generic.List`1[Microsoft.SystemCenter.VirtualMachineManager.StorageFileShare]
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-StorageLogicalUnit

指定記憶體邏輯單元物件。

類型:System.Collections.Generic.List`1[Microsoft.SystemCenter.VirtualMachineManager.StorageLogicalUnit]
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-StorageVolume

類型:System.Collections.Generic.List`1[Microsoft.SystemCenter.VirtualMachineManager.StorageVolume]
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-VMMServer

指定 VMM 伺服器物件。

類型:ServerConnection
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False