CreateProtectionIntentProperties 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
CreateProtectionIntentProperties() |
Initializes a new instance of the CreateProtectionIntentProperties class. |
CreateProtectionIntentProperties(CreateProtectionIntentProviderSpecificDetails) |
Initializes a new instance of the CreateProtectionIntentProperties class. |
CreateProtectionIntentProperties()
Initializes a new instance of the CreateProtectionIntentProperties class.
public CreateProtectionIntentProperties ();
Public Sub New ()
Applies to
CreateProtectionIntentProperties(CreateProtectionIntentProviderSpecificDetails)
Initializes a new instance of the CreateProtectionIntentProperties class.
public CreateProtectionIntentProperties (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionIntentProviderSpecificDetails providerSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionIntentProperties : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionIntentProviderSpecificDetails -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionIntentProperties
Public Sub New (Optional providerSpecificDetails As CreateProtectionIntentProviderSpecificDetails = Nothing)
Parameters
- providerSpecificDetails
- CreateProtectionIntentProviderSpecificDetails
The ReplicationProviderInput. For A2A provider, it will be A2ACreateProtectionIntentInput object.