ArmOracleDatabaseModelFactory.ExadataIormConfig 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.
Overloads
ExadataIormConfig(IEnumerable<DbIormConfig>, String, Nullable<IormLifecycleState>, Nullable<Objective>) |
Initializes a new instance of ExadataIormConfig. |
ExadataIormConfig(IEnumerable<DBIormConfig>, String, Nullable<IormLifecycleState>, Nullable<IormObjective>) |
Initializes a new instance of ExadataIormConfig. |
ExadataIormConfig(IEnumerable<DbIormConfig>, String, Nullable<IormLifecycleState>, Nullable<Objective>)
Initializes a new instance of ExadataIormConfig.
public static Azure.ResourceManager.OracleDatabase.Models.ExadataIormConfig ExadataIormConfig (System.Collections.Generic.IEnumerable<Azure.ResourceManager.OracleDatabase.Models.DbIormConfig> dbPlans = default, string lifecycleDetails = default, Azure.ResourceManager.OracleDatabase.Models.IormLifecycleState? lifecycleState = default, Azure.ResourceManager.OracleDatabase.Models.Objective? objective = default);
static member ExadataIormConfig : seq<Azure.ResourceManager.OracleDatabase.Models.DbIormConfig> * string * Nullable<Azure.ResourceManager.OracleDatabase.Models.IormLifecycleState> * Nullable<Azure.ResourceManager.OracleDatabase.Models.Objective> -> Azure.ResourceManager.OracleDatabase.Models.ExadataIormConfig
Public Shared Function ExadataIormConfig (Optional dbPlans As IEnumerable(Of DbIormConfig) = Nothing, Optional lifecycleDetails As String = Nothing, Optional lifecycleState As Nullable(Of IormLifecycleState) = Nothing, Optional objective As Nullable(Of Objective) = Nothing) As ExadataIormConfig
Parameters
- dbPlans
- IEnumerable<DbIormConfig>
An array of IORM settings for all the database in the Exadata DB system. Serialized Name: ExadataIormConfig.dbPlans
- lifecycleDetails
- String
Additional information about the current lifecycleState. Serialized Name: ExadataIormConfig.lifecycleDetails
- lifecycleState
- Nullable<IormLifecycleState>
The current state of IORM configuration for the Exadata DB system. Serialized Name: ExadataIormConfig.lifecycleState
The current value for the IORM objective. The default is AUTO. Serialized Name: ExadataIormConfig.objective
Returns
A new ExadataIormConfig instance for mocking.
Applies to
ExadataIormConfig(IEnumerable<DBIormConfig>, String, Nullable<IormLifecycleState>, Nullable<IormObjective>)
Initializes a new instance of ExadataIormConfig.
public static Azure.ResourceManager.OracleDatabase.Models.ExadataIormConfig ExadataIormConfig (System.Collections.Generic.IEnumerable<Azure.ResourceManager.OracleDatabase.Models.DBIormConfig> dbPlans = default, string lifecycleDetails = default, Azure.ResourceManager.OracleDatabase.Models.IormLifecycleState? lifecycleState = default, Azure.ResourceManager.OracleDatabase.Models.IormObjective? objective = default);
static member ExadataIormConfig : seq<Azure.ResourceManager.OracleDatabase.Models.DBIormConfig> * string * Nullable<Azure.ResourceManager.OracleDatabase.Models.IormLifecycleState> * Nullable<Azure.ResourceManager.OracleDatabase.Models.IormObjective> -> Azure.ResourceManager.OracleDatabase.Models.ExadataIormConfig
Public Shared Function ExadataIormConfig (Optional dbPlans As IEnumerable(Of DBIormConfig) = Nothing, Optional lifecycleDetails As String = Nothing, Optional lifecycleState As Nullable(Of IormLifecycleState) = Nothing, Optional objective As Nullable(Of IormObjective) = Nothing) As ExadataIormConfig
Parameters
- dbPlans
- IEnumerable<Azure.ResourceManager.OracleDatabase.Models.DBIormConfig>
An array of IORM settings for all the database in the Exadata DB system.
- lifecycleDetails
- String
Additional information about the current lifecycleState.
- lifecycleState
- Nullable<IormLifecycleState>
The current state of IORM configuration for the Exadata DB system.
- objective
- Nullable<IormObjective>
The current value for the IORM objective. The default is AUTO.
Returns
A new ExadataIormConfig instance for mocking.
Applies to
Azure SDK for .NET