AddRecoveryServicesProviderInput 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
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.