SyncAgentKeyResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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