Property | Type | Description | |
---|---|---|---|
GetAll | void | ||
GetByFriendlyName | void | ||
GetByName | void | ||
GetRecoveryPlanFile | void | ||
WriteRecoveryPlan | void | ||
WriteRecoveryPlans | void |
Method | Description | |
---|---|---|
ExecuteSiteRecoveryCmdlet ( ) : void |
ProcessRecord of the command.
|
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 |
Write Recovery Plans.
|