CreateProtectionIntentInput 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
CreateProtectionIntentInput() |
Initializes a new instance of the CreateProtectionIntentInput class. |
CreateProtectionIntentInput(CreateProtectionIntentProperties) |
Initializes a new instance of the CreateProtectionIntentInput class. |
CreateProtectionIntentInput()
Initializes a new instance of the CreateProtectionIntentInput class.
public CreateProtectionIntentInput ();
Public Sub New ()
Applies to
CreateProtectionIntentInput(CreateProtectionIntentProperties)
Initializes a new instance of the CreateProtectionIntentInput class.
public CreateProtectionIntentInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionIntentProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionIntentInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionIntentProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionIntentInput
Public Sub New (Optional properties As CreateProtectionIntentProperties = Nothing)
Parameters
- properties
- CreateProtectionIntentProperties
Create protection intent input properties.