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

DatabasePropertiesGeoReplication 构造函数

定义

重载

DatabasePropertiesGeoReplication()

初始化 DatabasePropertiesGeoReplication 类的新实例。

DatabasePropertiesGeoReplication(String, IList<LinkedDatabase>)

初始化 DatabasePropertiesGeoReplication 类的新实例。

DatabasePropertiesGeoReplication()

初始化 DatabasePropertiesGeoReplication 类的新实例。

public DatabasePropertiesGeoReplication ();
Public Sub New ()

适用于

DatabasePropertiesGeoReplication(String, IList<LinkedDatabase>)

初始化 DatabasePropertiesGeoReplication 类的新实例。

public DatabasePropertiesGeoReplication (string groupNickname = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RedisEnterprise.Models.LinkedDatabase> linkedDatabases = default);
new Microsoft.Azure.Management.RedisEnterprise.Models.DatabasePropertiesGeoReplication : string * System.Collections.Generic.IList<Microsoft.Azure.Management.RedisEnterprise.Models.LinkedDatabase> -> Microsoft.Azure.Management.RedisEnterprise.Models.DatabasePropertiesGeoReplication
Public Sub New (Optional groupNickname As String = Nothing, Optional linkedDatabases As IList(Of LinkedDatabase) = Nothing)

参数

groupNickname
String

链接数据库资源组的名称

linkedDatabases
IList<LinkedDatabase>

要链接到此数据库的数据库资源列表

适用于