C# Class Microsoft.Azure.Commands.SiteRecovery.ASRProtectionContainer

Azure Site Recovery Protection Container.
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
ASRProtectionContainer ( ) : Microsoft.Azure.Management.SiteRecovery.Models

Initializes a new instance of the ASRProtectionContainer class.

ASRProtectionContainer ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer pc, List availablePolicies, List protectionContainerMappings ) : Microsoft.Azure.Management.SiteRecovery.Models

Initializes a new instance of the ASRProtectionContainer class with required parameters.

Method Details

ASRProtectionContainer() public method

Initializes a new instance of the ASRProtectionContainer class.
public ASRProtectionContainer ( ) : Microsoft.Azure.Management.SiteRecovery.Models
return Microsoft.Azure.Management.SiteRecovery.Models

ASRProtectionContainer() public method

Initializes a new instance of the ASRProtectionContainer class with required parameters.
public ASRProtectionContainer ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer pc, List availablePolicies, List protectionContainerMappings ) : Microsoft.Azure.Management.SiteRecovery.Models
pc Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer Protection container object
availablePolicies List
protectionContainerMappings List
return Microsoft.Azure.Management.SiteRecovery.Models