Partilhar via


ArmOracleDatabaseModelFactory.DBIormConfig Method

Definition

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.

share
Nullable<Int32>

The relative priority of this database.

Returns

Azure.ResourceManager.OracleDatabase.Models.DBIormConfig

A new Azure.ResourceManager.OracleDatabase.Models.DBIormConfig instance for mocking.

Applies to