次の方法で共有


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>

このデータベースとリンクするデータベース リソースの一覧

適用対象