Partilhar via


ArmOracleDatabaseModelFactory.DbIormConfig Method

Definition

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

share
Nullable<Int32>

The relative priority of this database. Serialized Name: DbIormConfig.share

Returns

A new DbIormConfig instance for mocking.

Applies to