Udostępnij przez


SyncAgentKeyResponse Constructors

Definition

Overloads

Name Description
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