Uses of Class
com.azure.resourcemanager.appservice.models.DatabaseType
Packages that use DatabaseType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DatabaseType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type DatabaseType in com.azure.resourcemanager.appservice.modelsFields in com.azure.resourcemanager.appservice.models declared as DatabaseTypeModifier and TypeFieldDescriptionstatic final DatabaseTypeDatabaseType.LOCAL_MY_SQLStatic value LocalMySql for DatabaseType.static final DatabaseTypeDatabaseType.MY_SQLStatic value MySql for DatabaseType.static final DatabaseTypeDatabaseType.POSTGRE_SQLStatic value PostgreSql for DatabaseType.static final DatabaseTypeDatabaseType.SQL_AZUREStatic value SqlAzure for DatabaseType.Methods in com.azure.resourcemanager.appservice.models that return DatabaseTypeModifier and TypeMethodDescriptionDatabaseBackupSetting.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 DatabaseTypeModifier and TypeMethodDescriptionstatic Collection<DatabaseType> DatabaseType.values()Gets known DatabaseType values.Methods in com.azure.resourcemanager.appservice.models with parameters of type DatabaseTypeModifier and TypeMethodDescriptionDatabaseBackupSetting.withDatabaseType(DatabaseType databaseType) Set the databaseType property: Database type (e.g.