SyncAgentKeyPropertiesInner Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. SyncAgentKeyPropertiesInner
- com.
Implements
public final class SyncAgentKeyPropertiesInner
implements JsonSerializable<SyncAgentKeyPropertiesInner>
Properties of an Azure SQL Database sync agent key.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sync |
fromJson(JsonReader jsonReader)
Reads an instance of Sync |
| String |
syncAgentKey()
Get the sync |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static SyncAgentKeyPropertiesInner fromJson(JsonReader jsonReader)
Reads an instance of SyncAgentKeyPropertiesInner from the JsonReader.
Parameters:
Returns:
Throws:
syncAgentKey
public String syncAgentKey()
Get the syncAgentKey property: Key of sync agent.
Returns:
toJson
validate
public void validate()
Validates the instance.