ServerDisasterRecoveryConfigurationCreateOrUpdateParameters 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
ServerDisasterRecoveryConfigurationCreateOrUpdateParameters() |
Initializes a new instance of the ServerDisasterRecoveryConfigurationCreateOrUpdateParameters class. |
ServerDisasterRecoveryConfigurationCreateOrUpdateParameters(ServerDisasterRecoveryConfigurationCreateOrUpdateProperties) |
Initializes a new instance of the ServerDisasterRecoveryConfigurationCreateOrUpdateParameters class with required arguments. |
ServerDisasterRecoveryConfigurationCreateOrUpdateParameters()
Initializes a new instance of the ServerDisasterRecoveryConfigurationCreateOrUpdateParameters class.
public ServerDisasterRecoveryConfigurationCreateOrUpdateParameters ();
Public Sub New ()
Applies to
ServerDisasterRecoveryConfigurationCreateOrUpdateParameters(ServerDisasterRecoveryConfigurationCreateOrUpdateProperties)
Initializes a new instance of the ServerDisasterRecoveryConfigurationCreateOrUpdateParameters class with required arguments.
public ServerDisasterRecoveryConfigurationCreateOrUpdateParameters (Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters
Public Sub New (properties As ServerDisasterRecoveryConfigurationCreateOrUpdateProperties)