ArmOracleDatabaseModelFactory.DBIormConfig Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of Azure.ResourceManager.OracleDatabase.Models.DBIormConfig.
public static Azure.ResourceManager.OracleDatabase.Models.DBIormConfig DBIormConfig (string dbName = default, string flashCacheLimit = default, int? share = default);
static member DBIormConfig : string * string * Nullable<int> -> Azure.ResourceManager.OracleDatabase.Models.DBIormConfig
Public Shared Function DBIormConfig (Optional dbName As String = Nothing, Optional flashCacheLimit As String = Nothing, Optional share As Nullable(Of Integer) = Nothing) As DBIormConfig
Parameters
- dbName
- String
The database name. For the default DbPlan, the dbName is default.
- flashCacheLimit
- String
The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
Returns
A new Azure.ResourceManager.OracleDatabase.Models.DBIormConfig instance for mocking.
Applies to
Azure SDK for .NET