Uses of Class
com.azure.resourcemanager.appservice.models.DatabaseType
-
Packages that use DatabaseType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DatabaseType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models 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.azure.resourcemanager.appservice.models that return DatabaseType Modifier and Type Method Description DatabaseTypeDatabaseBackupSetting. databaseType()Get the databaseType property: Database type (e.g.static DatabaseTypeDatabaseType. fromString(String name)Creates or finds a DatabaseType from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DatabaseType Modifier and Type Method Description static Collection<DatabaseType>DatabaseType. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type DatabaseType Modifier and Type Method Description DatabaseBackupSettingDatabaseBackupSetting. withDatabaseType(DatabaseType databaseType)Set the databaseType property: Database type (e.g.
-