Class SyncAgentKeyPropertiesInner
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.SyncAgentKeyPropertiesInner
Properties of an Azure SQL Database sync agent key.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SyncAgentKeyPropertiesInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the syncAgentKey property: Key of sync agent.voidvalidate()Validates the instance.
-
Constructor Details
-
SyncAgentKeyPropertiesInner
public SyncAgentKeyPropertiesInner()Creates an instance of SyncAgentKeyPropertiesInner class.
-
-
Method Details
-
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.
-