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

Inheritance: SiteRecoveryCmdletBase
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetAll void
GetByFriendlyName void
GetByName void
GetRecoveryPlanFile void
WriteRecoveryPlan void
WriteRecoveryPlans void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GetAll ( ) : void

Queries all / by default.

GetByFriendlyName ( ) : void

Queries by Friendly name.

GetByName ( ) : void

Queries by Name.

GetRecoveryPlanFile ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan recoveryPlan ) : void
WriteRecoveryPlan ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan recoveryPlan ) : void

Write Recovery Plan.

WriteRecoveryPlans ( IList recoveryPlanList ) : void

Write Recovery Plans.

Method Details

ExecuteSiteRecoveryCmdlet() public method

ProcessRecord of the command.
public ExecuteSiteRecoveryCmdlet ( ) : void
return void