Uses of Class
com.azure.resourcemanager.workloads.models.DatabaseProfile
Packages that use DatabaseProfile
Package
Description
Package containing the inner data models for WorkloadsClient.
Package containing the data models for WorkloadsClient.
-
Uses of DatabaseProfile in com.azure.resourcemanager.workloads.fluent.models
Methods in com.azure.resourcemanager.workloads.fluent.models that return DatabaseProfileModifier and TypeMethodDescriptionPhpWorkloadResourceInner.databaseProfile()
Get the databaseProfile property: Database profile.PhpWorkloadResourceProperties.databaseProfile()
Get the databaseProfile property: Database profile.Methods in com.azure.resourcemanager.workloads.fluent.models with parameters of type DatabaseProfileModifier and TypeMethodDescriptionPhpWorkloadResourceInner.withDatabaseProfile
(DatabaseProfile databaseProfile) Set the databaseProfile property: Database profile.PhpWorkloadResourceProperties.withDatabaseProfile
(DatabaseProfile databaseProfile) Set the databaseProfile property: Database profile. -
Uses of DatabaseProfile in com.azure.resourcemanager.workloads.models
Methods in com.azure.resourcemanager.workloads.models that return DatabaseProfileModifier and TypeMethodDescriptionPhpWorkloadResource.databaseProfile()
Gets the databaseProfile property: Database profile.DatabaseProfile.withBackupRetentionDays
(Integer backupRetentionDays) Set the backupRetentionDays property: Backup retention days for the server.DatabaseProfile.withHaEnabled
(HAEnabled haEnabled) Set the haEnabled property: Whether to enable HA for the server.DatabaseProfile.withServerName
(String serverName) Set the serverName property: Database server name.Set the sku property: The name of the server SKU, e.g.DatabaseProfile.withSslEnforcementEnabled
(EnableSslEnforcement sslEnforcementEnabled) Set the sslEnforcementEnabled property: Whether to enable SSL enforcement on the database.DatabaseProfile.withStorageInGB
(Long storageInGB) Set the storageInGB property: Database storage size in GB.DatabaseProfile.withStorageIops
(Long storageIops) Set the storageIops property: Storage IOPS for the server.DatabaseProfile.withStorageSku
(String storageSku) Set the storageSku property: SKU name for database storage.DatabaseProfile.withTier
(DatabaseTier tier) Set the tier property: Tier of the server SKU.DatabaseProfile.withType
(DatabaseType type) Set the type property: Database type.DatabaseProfile.withVersion
(String version) Set the version property: Database version.Methods in com.azure.resourcemanager.workloads.models with parameters of type DatabaseProfileModifier and TypeMethodDescriptionPhpWorkloadResource.DefinitionStages.WithDatabaseProfile.withDatabaseProfile
(DatabaseProfile databaseProfile) Specifies the databaseProfile property: Database profile.