ArmOracleDatabaseModelFactory.AutonomousDbVersionProperties 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 AutonomousDbVersionProperties.
public static Azure.ResourceManager.OracleDatabase.Models.AutonomousDbVersionProperties AutonomousDbVersionProperties (string version = default, Azure.ResourceManager.OracleDatabase.Models.WorkloadType? dbWorkload = default, bool? isDefaultForFree = default, bool? isDefaultForPaid = default, bool? isFreeTierEnabled = default, bool? isPaidEnabled = default);
static member AutonomousDbVersionProperties : string * Nullable<Azure.ResourceManager.OracleDatabase.Models.WorkloadType> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.OracleDatabase.Models.AutonomousDbVersionProperties
Public Shared Function AutonomousDbVersionProperties (Optional version As String = Nothing, Optional dbWorkload As Nullable(Of WorkloadType) = Nothing, Optional isDefaultForFree As Nullable(Of Boolean) = Nothing, Optional isDefaultForPaid As Nullable(Of Boolean) = Nothing, Optional isFreeTierEnabled As Nullable(Of Boolean) = Nothing, Optional isPaidEnabled As Nullable(Of Boolean) = Nothing) As AutonomousDbVersionProperties
Parameters
- version
- String
Supported Autonomous Db versions. Serialized Name: AutonomousDbVersionProperties.version
- dbWorkload
- Nullable<WorkloadType>
The Autonomous Database workload type Serialized Name: AutonomousDbVersionProperties.dbWorkload
True if this version of the Oracle Database software's default is free. Serialized Name: AutonomousDbVersionProperties.isDefaultForFree
True if this version of the Oracle Database software's default is paid. Serialized Name: AutonomousDbVersionProperties.isDefaultForPaid
True if this version of the Oracle Database software can be used for Always-Free Autonomous Databases. Serialized Name: AutonomousDbVersionProperties.isFreeTierEnabled
True if this version of the Oracle Database software has payments enabled. Serialized Name: AutonomousDbVersionProperties.isPaidEnabled
Returns
A new AutonomousDbVersionProperties instance for mocking.
Applies to
Azure SDK for .NET