Uses of Class
com.microsoft.azure.management.appservice.DatabaseType
-
-
Uses of DatabaseType in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as DatabaseType Modifier and Type Field Description static DatabaseTypeDatabaseType. LOCAL_MY_SQLStatic value LocalMySql for DatabaseType.static DatabaseTypeDatabaseType. MY_SQLStatic value MySql for DatabaseType.static DatabaseTypeDatabaseType. POSTGRE_SQLStatic value PostgreSql for DatabaseType.static DatabaseTypeDatabaseType. SQL_AZUREStatic value SqlAzure for DatabaseType.Methods in com.microsoft.azure.management.appservice that return DatabaseType Modifier and Type Method Description DatabaseTypeDatabaseBackupSetting. databaseType()Get database type (e.g.static DatabaseTypeDatabaseType. fromString(String name)Creates or finds a DatabaseType from its string representation.Methods in com.microsoft.azure.management.appservice that return types with arguments of type DatabaseType Modifier and Type Method Description static Collection<DatabaseType>DatabaseType. values()Methods in com.microsoft.azure.management.appservice with parameters of type DatabaseType Modifier and Type Method Description DatabaseBackupSettingDatabaseBackupSetting. withDatabaseType(DatabaseType databaseType)Set database type (e.g.
-