你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSRecoveryServicesClient.AddDisks Method

Definition

Add disks to replicated protected item.

public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation AddDisks (string fabricName, string protectionContainerName, string replicationProtectedItemName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddDisksInput input);
member this.AddDisks : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddDisksInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function AddDisks (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String, input As AddDisksInput) As PSSiteRecoveryLongRunningOperation

Parameters

fabricName
String

Fabric Name

protectionContainerName
String

Protection Container ID

replicationProtectedItemName
String

Virtual Machine ID or Replication group Id

input
AddDisksInput

Add disks input.

Returns

Job response

Applies to