共用方式為


BackupLongTermRetentionVaultCreateOrUpdateParameters Constructors

Definition

Overloads

BackupLongTermRetentionVaultCreateOrUpdateParameters()

Initializes a new instance of the BackupLongTermRetentionVaultCreateOrUpdateParameters class.

BackupLongTermRetentionVaultCreateOrUpdateParameters(BackupLongTermRetentionVaultProperties)

Initializes a new instance of the BackupLongTermRetentionVaultCreateOrUpdateParameters class with required arguments.

BackupLongTermRetentionVaultCreateOrUpdateParameters()

Initializes a new instance of the BackupLongTermRetentionVaultCreateOrUpdateParameters class.

public BackupLongTermRetentionVaultCreateOrUpdateParameters ();
Public Sub New ()

Applies to

BackupLongTermRetentionVaultCreateOrUpdateParameters(BackupLongTermRetentionVaultProperties)

Initializes a new instance of the BackupLongTermRetentionVaultCreateOrUpdateParameters class with required arguments.

public BackupLongTermRetentionVaultCreateOrUpdateParameters (Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters
Public Sub New (properties As BackupLongTermRetentionVaultProperties)

Parameters

Applies to