次の方法で共有


ArmSqlModelFactory.SyncAgentKeyProperties(String) メソッド

定義

SyncAgentKeyProperties の新しいインスタンスを初期化します。

public static Azure.ResourceManager.Sql.Models.SyncAgentKeyProperties SyncAgentKeyProperties (string syncAgentKey = default);
static member SyncAgentKeyProperties : string -> Azure.ResourceManager.Sql.Models.SyncAgentKeyProperties
Public Shared Function SyncAgentKeyProperties (Optional syncAgentKey As String = Nothing) As SyncAgentKeyProperties

パラメーター

syncAgentKey
String

同期エージェントのキー。

戻り値

モック作成用の新しい SyncAgentKeyProperties インスタンス。

適用対象