| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static DatabaseType |
DatabaseType.LOCAL_MY_SQL
Static value LocalMySql for DatabaseType.
|
static DatabaseType |
DatabaseType.MY_SQL
Static value MySql for DatabaseType.
|
static DatabaseType |
DatabaseType.POSTGRE_SQL
Static value PostgreSql for DatabaseType.
|
static DatabaseType |
DatabaseType.SQL_AZURE
Static value SqlAzure for DatabaseType.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseType |
DatabaseBackupSetting.databaseType()
Get the databaseType property: Database type (e.g.
|
static DatabaseType |
DatabaseType.fromString(String name)
Creates or finds a DatabaseType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseBackupSetting |
DatabaseBackupSetting.withDatabaseType(DatabaseType databaseType)
Set the databaseType property: Database type (e.g.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.