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 Azure.ResourceManager.OracleDatabase.Models.AutonomousDBVersionProperties.
public static Azure.ResourceManager.OracleDatabase.Models.AutonomousDBVersionProperties AutonomousDBVersionProperties (string version = default, Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseWorkloadType? dbWorkload = default, bool? isDefaultForFree = default, bool? isDefaultForPaid = default, bool? isFreeTierEnabled = default, bool? isPaidEnabled = default);
static member AutonomousDBVersionProperties : string * Nullable<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseWorkloadType> * 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 AutonomousDatabaseWorkloadType) = 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.
- dbWorkload
- Nullable<AutonomousDatabaseWorkloadType>
The Autonomous Database workload type.
True if this version of the Oracle Database software's default is free.
True if this version of the Oracle Database software's default is paid.
True if this version of the Oracle Database software can be used for Always-Free Autonomous Databases.
True if this version of the Oracle Database software has payments enabled.
Returns
A new Azure.ResourceManager.OracleDatabase.Models.AutonomousDBVersionProperties instance for mocking.
Applies to
Azure SDK for .NET