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

Inheritance: SiteRecoveryCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Свойство Type Description
failoverDeploymentModel string
primaryserver string
recoveryserver string

Private Properties

Свойство Type Description
CreateRecoveryPlan void
CreateRecoveryPlan void
CreateRecoveryPlan void
CreateRecoveryPlanLegacy void

Méthodes publiques

Méthode Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Méthode Description
CreateRecoveryPlan ( ) : void

Creates Replication Plan

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

Create Recovery Plan: By Service object

CreateRecoveryPlan ( string recoveryPlanName, Microsoft.Azure.Management.SiteRecovery.Models.CreateRecoveryPlanInput createRecoveryPlanInput ) : void

Create Replication Plan: Utility call

CreateRecoveryPlanLegacy ( ) : void

Creates Replication Plan Legacy.

Method Details

ExecuteSiteRecoveryCmdlet() public méthode

ProcessRecord of the command.
public ExecuteSiteRecoveryCmdlet ( ) : void
Résultat void

Property Details

failoverDeploymentModel public_oe property

Gets or sets failover deployment model
public string failoverDeploymentModel
Résultat string

primaryserver public_oe property

Gets or sets Name of the primary server.
public string primaryserver
Résultat string

recoveryserver public_oe property

Gets or sets Name of the recovery server.
public string recoveryserver
Résultat string