你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ASRProtectionContainer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ASRProtectionContainer() |
Initializes a new instance of the ASRProtectionContainer class. |
ASRProtectionContainer(ProtectionContainer, List<ASRPolicy>, List<ASRProtectionContainerMapping>) |
Initializes a new instance of the ASRProtectionContainer class with required parameters. |
ASRProtectionContainer()
Initializes a new instance of the ASRProtectionContainer class.
public ASRProtectionContainer ();
Public Sub New ()
Applies to
ASRProtectionContainer(ProtectionContainer, List<ASRPolicy>, List<ASRProtectionContainerMapping>)
Initializes a new instance of the ASRProtectionContainer class with required parameters.
public ASRProtectionContainer (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainer pc, System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy> availablePolicies, System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping> protectionContainerMappings);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainer * System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy> * System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping> -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer
Public Sub New (pc As ProtectionContainer, availablePolicies As List(Of ASRPolicy), protectionContainerMappings As List(Of ASRProtectionContainerMapping))
Parameters
Protection container object
- protectionContainerMappings
- List<ASRProtectionContainerMapping>