Freigeben über


CreateProtectionIntentProperties Constructors

Definition

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.

Applies to