你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ASRProtectionContainer Class
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.
Azure Site Recovery Protection Container.
public class ASRProtectionContainer
type ASRProtectionContainer = class
Public Class ASRProtectionContainer
- Inheritance
-
ASRProtectionContainer
Constructors
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. |
Properties
AvailablePolicies |
Gets or sets the list of Policies. |
FabricFriendlyName |
Gets or sets Protection container's Fabric Friendly Name. |
FabricType |
Gets or sets the type of Fabric - VMM. |
FriendlyName |
Gets or sets name of the Protection container. |
ID |
Gets or sets Protection container ID. |
Name |
Gets or sets name of the Protection container. |
ProtectionContainerMappings |
Gets or sets the list of Protection Container Mappings. |
Role |
Gets or sets a role of the protection container. |
Type |
Gets or sets the type e.g. VMM, HyperVSite, etc. |