SeedingModeType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. SeedingModeType
- com.
- com.
public final class SeedingModeType
extends ExpandableStringEnum<SeedingModeType>
Database seeding mode – can be Automatic (default), or Manual for supported scenarios.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Seeding |
AUTOMATIC
Static value Automatic for Seeding |
|
static final
Seeding |
MANUAL
Static value Manual for Seeding |
Constructor Summary
| Constructor | Description |
|---|---|
| SeedingModeType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Seeding |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Seeding |
fromString(String name)
Creates or finds a Seeding |
|
static
Collection<Seeding |
values()
Gets known Seeding |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AUTOMATIC
public static final SeedingModeType AUTOMATIC
Static value Automatic for SeedingModeType.
MANUAL
public static final SeedingModeType MANUAL
Static value Manual for SeedingModeType.
Constructor Details
SeedingModeType
@Deprecated
public SeedingModeType()
Deprecated
Creates a new instance of SeedingModeType value.
Method Details
fromString
public static SeedingModeType fromString(String name)
Creates or finds a SeedingModeType from its string representation.
Parameters:
Returns:
values
public static Collection<SeedingModeType> values()
Gets known SeedingModeType values.
Returns: