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 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. Serialized Name: DbIormConfig.dbName
- flashCacheLimit
- String
The flash cache limit for this database. This value is internally configured based on the share value assigned to the database. Serialized Name: DbIormConfig.flashCacheLimit
Returns
A new DbIormConfig instance for mocking.
Applies to
Azure SDK for .NET