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

Azure Site Recovery Protection Container.
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

ASRProtectionContainer() public méthode

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
Résultat Microsoft.Azure.Management.SiteRecovery.Models