次の方法で共有


SyncAgentKeyProperties コンストラクター

定義

オーバーロード

SyncAgentKeyProperties()

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

SyncAgentKeyProperties(String)

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

SyncAgentKeyProperties()

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

public SyncAgentKeyProperties ();
Public Sub New ()

適用対象

SyncAgentKeyProperties(String)

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

public SyncAgentKeyProperties (string syncAgentKey = default);
new Microsoft.Azure.Management.Sql.Models.SyncAgentKeyProperties : string -> Microsoft.Azure.Management.Sql.Models.SyncAgentKeyProperties
Public Sub New (Optional syncAgentKey As String = Nothing)

パラメーター

syncAgentKey
String

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

適用対象