IRedisCachePremiumBeta.AddLinkedServer メソッド

定義

現在の Redis キャッシュ インスタンスにリンク サーバーを追加します。

public string AddLinkedServer (string linkedRedisCacheId, string linkedServerLocation, Microsoft.Azure.Management.Redis.Fluent.Models.ReplicationRole role);
abstract member AddLinkedServer : string * string * Microsoft.Azure.Management.Redis.Fluent.Models.ReplicationRole -> string
Public Function AddLinkedServer (linkedRedisCacheId As String, linkedServerLocation As String, role As ReplicationRole) As String

パラメーター

linkedRedisCacheId
String

リンクする Redis インスタンスのリソース ID。

linkedServerLocation
String

リンクされた Redis インスタンスの場所。

role
ReplicationRole

リンク サーバーの役割。

戻り値

適用対象