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

Exibir arquivo Open project: Azure/azure-powershell

Public Methods

Method Description
ASRRecoveryPlanGroup ( ) : Microsoft.Azure.Management.SiteRecovery.Models
ASRRecoveryPlanGroup ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanGroup recoveryPlanGroup, IList replicationProtectedItems = null ) : Microsoft.Azure.Management.SiteRecovery.Models
ASRRecoveryPlanGroup ( string groupName, Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanGroup recoveryPlanGroup, IList replicationProtectedItems = null ) : Microsoft.Azure.Management.SiteRecovery.Models

Method Details

ASRRecoveryPlanGroup() public method

public ASRRecoveryPlanGroup ( ) : Microsoft.Azure.Management.SiteRecovery.Models
return Microsoft.Azure.Management.SiteRecovery.Models

ASRRecoveryPlanGroup() public method

public ASRRecoveryPlanGroup ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanGroup recoveryPlanGroup, IList replicationProtectedItems = null ) : Microsoft.Azure.Management.SiteRecovery.Models
recoveryPlanGroup Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanGroup
replicationProtectedItems IList
return Microsoft.Azure.Management.SiteRecovery.Models

ASRRecoveryPlanGroup() public method

public ASRRecoveryPlanGroup ( string groupName, Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanGroup recoveryPlanGroup, IList replicationProtectedItems = null ) : Microsoft.Azure.Management.SiteRecovery.Models
groupName string
recoveryPlanGroup Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanGroup
replicationProtectedItems IList
return Microsoft.Azure.Management.SiteRecovery.Models