Class SyncAgentKeyPropertiesInner
- java.lang.Object
-
- com.azure.resourcemanager.sql.fluent.models.SyncAgentKeyPropertiesInner
-
public final class SyncAgentKeyPropertiesInner extends Object
Properties of an Azure SQL Database sync agent key.
-
-
Constructor Summary
Constructors Constructor Description SyncAgentKeyPropertiesInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsyncAgentKey()Get the syncAgentKey property: Key of sync agent.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
syncAgentKey
public String syncAgentKey()
Get the syncAgentKey property: Key of sync agent.- Returns:
- the syncAgentKey value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-