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

SqlDatabaseResourceSettings 构造函数

定义

重载

SqlDatabaseResourceSettings()

初始化 SqlDatabaseResourceSettings 类的新实例。

SqlDatabaseResourceSettings(String, IDictionary<String,String>, String)

初始化 SqlDatabaseResourceSettings 类的新实例。

SqlDatabaseResourceSettings()

初始化 SqlDatabaseResourceSettings 类的新实例。

public SqlDatabaseResourceSettings ();
Public Sub New ()

适用于

SqlDatabaseResourceSettings(String, IDictionary<String,String>, String)

初始化 SqlDatabaseResourceSettings 类的新实例。

public SqlDatabaseResourceSettings (string targetResourceName, System.Collections.Generic.IDictionary<string,string> tags = default, string zoneRedundant = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.SqlDatabaseResourceSettings : string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.SqlDatabaseResourceSettings
Public Sub New (targetResourceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional zoneRedundant As String = Nothing)

参数

targetResourceName
String

获取或设置目标资源名称。

tags
IDictionary<String,String>

获取或设置资源标记。

zoneRedundant
String

可能的值包括:“Enable”、“Disable”

适用于