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.
Constructor Summary
Constructor | Description |
---|---|
SyncAgentKeyPropertiesInner() |
Creates an instance of Sync |
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
Constructor Details
SyncAgentKeyPropertiesInner
public SyncAgentKeyPropertiesInner()
Creates an instance of SyncAgentKeyPropertiesInner class.
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.
Applies to
Azure SDK for Java