Class SyncAgentKeyProperties
Properties of an Azure SQL Database sync agent key.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
public class SyncAgentKeyProperties
Constructors
SyncAgentKeyProperties()
Initializes a new instance of the SyncAgentKeyProperties class.
Declaration
public SyncAgentKeyProperties ();
SyncAgentKeyProperties(String)
Initializes a new instance of the SyncAgentKeyProperties class.
Declaration
public SyncAgentKeyProperties (string syncAgentKey = null);
Parameters
|
String
syncAgentKey
Key of sync agent. |
Properties
SyncAgentKey
Gets key of sync agent.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="syncAgentKey")]
public string SyncAgentKey { get; }
Property Value
|
String
|