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

Mostrar archivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

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

Initializes a new instance of the ASRRecoveryPlan class.

ASRRecoveryPlan ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan recoveryPlan, IList replicationProtectedItems ) : Microsoft.Azure.Management.SiteRecovery.Models

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

RefreshASRRecoveryPlanGroupNames ( ) : ASRRecoveryPlan

Refreshes group names for the RP

Method Details

ASRRecoveryPlan() public method

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

ASRRecoveryPlan() public method

Initializes a new instance of the ASRRecoveryPlan class with required parameters.
public ASRRecoveryPlan ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan recoveryPlan, IList replicationProtectedItems ) : Microsoft.Azure.Management.SiteRecovery.Models
recoveryPlan Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan Recovery plan object
replicationProtectedItems IList
return Microsoft.Azure.Management.SiteRecovery.Models

RefreshASRRecoveryPlanGroupNames() public method

Refreshes group names for the RP
public RefreshASRRecoveryPlanGroupNames ( ) : ASRRecoveryPlan
return ASRRecoveryPlan