次の方法で共有


CopyLongTermRetentionBackupParameters コンストラクター

定義

オーバーロード

CopyLongTermRetentionBackupParameters()

CopyLongTermRetentionBackupParameters クラスの新しいインスタンスを初期化します。

CopyLongTermRetentionBackupParameters(String, String, String, String, String, String)

CopyLongTermRetentionBackupParameters クラスの新しいインスタンスを初期化します。

CopyLongTermRetentionBackupParameters()

CopyLongTermRetentionBackupParameters クラスの新しいインスタンスを初期化します。

public CopyLongTermRetentionBackupParameters();
Public Sub New ()

適用対象

CopyLongTermRetentionBackupParameters(String, String, String, String, String, String)

CopyLongTermRetentionBackupParameters クラスの新しいインスタンスを初期化します。

public CopyLongTermRetentionBackupParameters(string targetSubscriptionId = default, string targetResourceGroup = default, string targetServerResourceId = default, string targetServerFullyQualifiedDomainName = default, string targetDatabaseName = default, string targetBackupStorageRedundancy = default);
new Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters : string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters
Public Sub New (Optional targetSubscriptionId As String = Nothing, Optional targetResourceGroup As String = Nothing, Optional targetServerResourceId As String = Nothing, Optional targetServerFullyQualifiedDomainName As String = Nothing, Optional targetDatabaseName As String = Nothing, Optional targetBackupStorageRedundancy As String = Nothing)

パラメーター

targetSubscriptionId
String

ターゲット サーバーを所有するサブスクリプション

targetResourceGroup
String

ターゲット サーバーを所有するリソース グループ

targetServerResourceId
String

データベースを所有するターゲット サーバーのリソース ID

targetServerFullyQualifiedDomainName
String

ターゲット サーバーの完全修飾ドメイン名

targetDatabaseName
String

データベースの名前は、コピーしたバックアップを所有します。

targetBackupStorageRedundancy
String

コピーしたバックアップのストレージ冗長の種類。 使用できる値は、'Geo'、'Local'、'Zone'、'GeoZone' です。

適用対象