SyncMemberDbType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. SyncMemberDbType
- com.
- com.
public final class SyncMemberDbType
extends ExpandableStringEnum<SyncMemberDbType>
Type of the sync agent linked database.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Sync |
AZURE_SQL_DATABASE
Static value Azure |
static final
Sync |
SQL_SERVER_DATABASE
Static value Sql |
Constructor Summary
Constructor | Description |
---|---|
SyncMemberDbType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sync |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Sync |
fromString(String name)
Creates or finds a Sync |
static
Collection<Sync |
values()
Gets known Sync |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE_SQL_DATABASE
public static final SyncMemberDbType AZURE_SQL_DATABASE
Static value AzureSqlDatabase for SyncMemberDbType.
SQL_SERVER_DATABASE
public static final SyncMemberDbType SQL_SERVER_DATABASE
Static value SqlServerDatabase for SyncMemberDbType.
Constructor Details
SyncMemberDbType
@Deprecated
public SyncMemberDbType()
Deprecated
Creates a new instance of SyncMemberDbType value.
Method Details
fromString
public static SyncMemberDbType fromString(String name)
Creates or finds a SyncMemberDbType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SyncMemberDbType values.
Returns:
Applies to
Azure SDK for Java