Class SyncDatabaseIdPropertiesInner
- java.lang.Object
-
- com.azure.resourcemanager.sql.fluent.models.SyncDatabaseIdPropertiesInner
-
public final class SyncDatabaseIdPropertiesInner extends Object
Properties of the sync database id.
-
-
Constructor Summary
Constructors Constructor Description SyncDatabaseIdPropertiesInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: ARM resource id of sync database.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: ARM resource id of sync database.- Returns:
- the id value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-