ManagedDatabaseCreateMode Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<ManagedDatabaseCreateMode> - com.
microsoft. azure. management. sql. ManagedDatabaseCreateMode
- com.
- com.
public class ManagedDatabaseCreateMode
Defines values for ManagedDatabaseCreateMode.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Managed |
DEFAULT
Static value Default for ManagedDatabaseCreateMode. |
final Managed |
POINT_IN_TIME_RESTORE
Static value PointInTimeRestore for ManagedDatabaseCreateMode. |
final Managed |
RECOVERY
Static value Recovery for ManagedDatabaseCreateMode. |
final Managed |
RESTORE_EXTERNAL_BACKUP
Static value RestoreExternalBackup for ManagedDatabaseCreateMode. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Managed |
fromString(String name)
Creates or finds a ManagedDatabaseCreateMode from its string representation. |
Collection<Managed |
values() |
Field Details
DEFAULT
public static final ManagedDatabaseCreateMode DEFAULT= fromString("Default")
Static value Default for ManagedDatabaseCreateMode.
POINT_IN_TIME_RESTORE
public static final ManagedDatabaseCreateMode POINT_IN_TIME_RESTORE= fromString("PointInTimeRestore")
Static value PointInTimeRestore for ManagedDatabaseCreateMode.
RECOVERY
public static final ManagedDatabaseCreateMode RECOVERY= fromString("Recovery")
Static value Recovery for ManagedDatabaseCreateMode.
RESTORE_EXTERNAL_BACKUP
public static final ManagedDatabaseCreateMode RESTORE_EXTERNAL_BACKUP= fromString("RestoreExternalBackup")
Static value RestoreExternalBackup for ManagedDatabaseCreateMode.
Method Details
fromString
public static ManagedDatabaseCreateMode fromString(String name)
Creates or finds a ManagedDatabaseCreateMode from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java