Delen via


AddRecoveryServicesProviderInput Constructors

Definition

Overloads

AddRecoveryServicesProviderInput()

Initializes a new instance of the AddRecoveryServicesProviderInput class.

AddRecoveryServicesProviderInput(AddRecoveryServicesProviderInputProperties)

Initializes a new instance of the AddRecoveryServicesProviderInput class.

AddRecoveryServicesProviderInput()

Initializes a new instance of the AddRecoveryServicesProviderInput class.

public AddRecoveryServicesProviderInput ();
Public Sub New ()

Applies to

AddRecoveryServicesProviderInput(AddRecoveryServicesProviderInputProperties)

Initializes a new instance of the AddRecoveryServicesProviderInput class.

public AddRecoveryServicesProviderInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddRecoveryServicesProviderInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddRecoveryServicesProviderInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddRecoveryServicesProviderInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddRecoveryServicesProviderInput
Public Sub New (properties As AddRecoveryServicesProviderInputProperties)

Parameters

properties
AddRecoveryServicesProviderInputProperties

The properties of an add provider request.

Applies to