Uses of Class
com.azure.resourcemanager.workloads.models.DatabaseType
Packages that use DatabaseType
Package
Description
Package containing the data models for WorkloadsClient.
-
Uses of DatabaseType in com.azure.resourcemanager.workloads.models
Fields in com.azure.resourcemanager.workloads.models declared as DatabaseTypeModifier and TypeFieldDescriptionstatic final DatabaseType
DatabaseType.MY_SQL
Static value MySql for DatabaseType.Methods in com.azure.resourcemanager.workloads.models that return DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseType
DatabaseType.fromString
(String name) Creates or finds a DatabaseType from its string representation.DatabaseProfile.type()
Get the type property: Database type.Methods in com.azure.resourcemanager.workloads.models that return types with arguments of type DatabaseTypeModifier and TypeMethodDescriptionstatic Collection<DatabaseType>
DatabaseType.values()
Gets known DatabaseType values.Methods in com.azure.resourcemanager.workloads.models with parameters of type DatabaseTypeModifier and TypeMethodDescriptionDatabaseProfile.withType
(DatabaseType type) Set the type property: Database type.