Partilhar via


ServerDisasterRecoveryConfigurationCreateOrUpdateParameters Constructors

Definition

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)

Parameters

Applies to