DbVersionProperties Class
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.
DbVersion resource model
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbVersionPropertiesTypeConverter))]
public class DbVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbVersionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbVersionPropertiesTypeConverter))>]
type DbVersionProperties = class
interface IDbVersionProperties
interface IJsonSerializable
Public Class DbVersionProperties
Implements IDbVersionProperties
- Inheritance
-
DbVersionProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DbVersionProperties() |
Creates an new DbVersionProperties instance. |
Properties
| Name | Description |
|---|---|
| IsLatestForMajorVersion |
True if this version of the Oracle Database software is the latest version for a release. |
| IsPreviewDbVersion |
True if this version of the Oracle Database software is the preview version. |
| IsUpgradeSupported |
True if this version of the Oracle Database software is supported for Upgrade. |
| SupportsPdb |
True if this version of the Oracle Database software supports pluggable databases. |
| Version |
A valid Oracle Database version. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DbVersionProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DbVersionProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbVersionProperties. |
| FromJsonString(String) |
Creates a new instance of DbVersionProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DbVersionProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |