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

SyncAgentKeyResponse Constructors

Definition

Overloads

SyncAgentKeyResponse()

Initializes a new instance of the SyncAgentKeyResponse class.

SyncAgentKeyResponse(String)

Initializes a new instance of the SyncAgentKeyResponse class with required arguments.

SyncAgentKeyResponse()

Initializes a new instance of the SyncAgentKeyResponse class.

public SyncAgentKeyResponse ();
Public Sub New ()

Applies to

SyncAgentKeyResponse(String)

Initializes a new instance of the SyncAgentKeyResponse class with required arguments.

public SyncAgentKeyResponse (string syncAgentKey);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentKeyResponse : string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentKeyResponse
Public Sub New (syncAgentKey As String)

Parameters

syncAgentKey
String

Applies to