CreateRecoveryPlanInputProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateRecoveryPlanInputProperties() |
Initializes a new instance of the CreateRecoveryPlanInputProperties class. |
CreateRecoveryPlanInputProperties(String, String, IList<RecoveryPlanGroup>, String, IList<RecoveryPlanProviderSpecificInput>) |
Initializes a new instance of the CreateRecoveryPlanInputProperties class. |
CreateRecoveryPlanInputProperties()
Initializes a new instance of the CreateRecoveryPlanInputProperties class.
public CreateRecoveryPlanInputProperties ();
Public Sub New ()
Applies to
CreateRecoveryPlanInputProperties(String, String, IList<RecoveryPlanGroup>, String, IList<RecoveryPlanProviderSpecificInput>)
Initializes a new instance of the CreateRecoveryPlanInputProperties class.
public CreateRecoveryPlanInputProperties (string primaryFabricId, string recoveryFabricId, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanGroup> groups, string failoverDeploymentModel = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificInput> providerSpecificInput = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateRecoveryPlanInputProperties : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanGroup> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificInput> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateRecoveryPlanInputProperties
Public Sub New (primaryFabricId As String, recoveryFabricId As String, groups As IList(Of RecoveryPlanGroup), Optional failoverDeploymentModel As String = Nothing, Optional providerSpecificInput As IList(Of RecoveryPlanProviderSpecificInput) = Nothing)
Parameters
- primaryFabricId
- String
The primary fabric Id.
- recoveryFabricId
- String
The recovery fabric Id.
- groups
- IList<RecoveryPlanGroup>
The recovery plan groups.
- failoverDeploymentModel
- String
The failover deployment model. Possible values include: 'NotApplicable', 'Classic', 'ResourceManager'
- providerSpecificInput
- IList<RecoveryPlanProviderSpecificInput>
The provider specific input.