你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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